archipelago: 0.4.3 -> 0.4.4
This commit is contained in:
parent
acaadfa45f
commit
d80da230d1
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.3";
|
version = "0.4.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ArchipelagoMW";
|
owner = "ArchipelagoMW";
|
||||||
repo = "Archipelago";
|
repo = "Archipelago";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256:05ryqvvyafdgabamn60qbksazv1j9as0hkd3rczyciji3hafx9i5";
|
sha256 = "sha256:1ny5sin43s95laqcjqmnh7bh6xx4mx3yx90rknxxp9bf7jqyrx7h";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue