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
|
||||
buildPythonApplication rec {
|
||||
pname = "archipelago";
|
||||
version = "0.4.3";
|
||||
version = "0.4.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ArchipelagoMW";
|
||||
repo = "Archipelago";
|
||||
rev = version;
|
||||
sha256 = "sha256:05ryqvvyafdgabamn60qbksazv1j9as0hkd3rczyciji3hafx9i5";
|
||||
sha256 = "sha256:1ny5sin43s95laqcjqmnh7bh6xx4mx3yx90rknxxp9bf7jqyrx7h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue