nix/pkgs/archipelago: 0.4.1 -> 0.4.3
This commit is contained in:
parent
6f11983d75
commit
e90c9bb6bc
1 changed files with 2 additions and 2 deletions
|
@ -38,13 +38,13 @@ let
|
||||||
in
|
in
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "archipelago";
|
pname = "archipelago";
|
||||||
version = "0.4.1";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArchipelagoMW";
|
owner = "ArchipelagoMW";
|
||||||
repo = "Archipelago";
|
repo = "Archipelago";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03jqxf9gj5a60cw3zp1vzq4wx9436v4mdrfx5g6p04a5slfz3x4m";
|
sha256 = "sha256:05ryqvvyafdgabamn60qbksazv1j9as0hkd3rczyciji3hafx9i5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue