diff options
author | makefu <github@syntax-fehler.de> | 2017-06-18 14:09:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-06-18 14:09:02 +0200 |
commit | 5cb26223e2f5c361fa68a8b6d50575c06942e471 (patch) | |
tree | 751d55849a10df965d2006acb3a1ab3f26da10f8 /shared/2configs/shack/worlddomination.nix | |
parent | d05329475f80afd7e0a480fbe884309e810f60e5 (diff) |
s 1 wolf: bump worlddomination
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 ee461b5..d0f9f5f 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-08"; + name = "worlddomination-2017-06-10"; src = pkgs.fetchgit { url = "https://github.com/shackspace/worlddomination/"; - rev = "39344a4"; - sha256 = "07alvdgz1vyww6nlay4qx4l7hnfqw0sqcdd9syhsjhqv3ciigwcp"; + rev = "72fc9b5"; + sha256 = "05h500rswzypcxy4i22qc1vkc8izbzfqa9m86xg289hjxh133xyf"; }; buildInputs = [ (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ |