diff options
author | makefu <github@syntax-fehler.de> | 2017-06-09 13:54:05 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-09 13:54:05 +0200 |
commit | ec65fabcb43c813f1977496eab47e5aaa44ff5cf (patch) | |
tree | 750225402b4718d0cf41caa60a6008d46c7d7e3c /shared/2configs/shack/worlddomination.nix | |
parent | f0c7ef456ffbf8081082a21f67a57ba4ff1d7958 (diff) |
s 2 worlddomination: bump version
Diffstat (limited to 'shared/2configs/shack/worlddomination.nix')
-rw-r--r-- | shared/2configs/shack/worlddomination.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/2configs/shack/worlddomination.nix b/shared/2configs/shack/worlddomination.nix index 634cd7d2e..ee461b51c 100644 --- a/shared/2configs/shack/worlddomination.nix +++ b/shared/2configs/shack/worlddomination.nix @@ -26,11 +26,11 @@ let }; }; pkg = pkgs.stdenv.mkDerivation { - name = "worlddomination-2017-06-01"; + name = "worlddomination-2017-06-08"; src = pkgs.fetchgit { url = "https://github.com/shackspace/worlddomination/"; - rev = "e6a2df4"; - sha256 = "1zwv18v47lzj8yslip876n46f50822ycx0d6zbhp72h8hw0ar46f"; + rev = "39344a4"; + sha256 = "07alvdgz1vyww6nlay4qx4l7hnfqw0sqcdd9syhsjhqv3ciigwcp"; }; buildInputs = [ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ |