diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 19:49:19 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-16 19:49:19 +0200 |
commit | cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b (patch) | |
tree | ce4def6930c64a69a3ddc5e292d406451dd58257 /nix | |
parent | 885af08edef3eede81101d4303e3a025dc078449 (diff) | |
download | utils-cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b.tar utils-cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b.tar.gz utils-cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b.tar.bz2 utils-cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b.tar.xz utils-cdf3f394fbd4713ae8aa13f9111be9ca8f64d34b.zip |
rev bump
Diffstat (limited to 'nix')
-rw-r--r-- | nix/rebuild-system.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/rebuild-system.nix b/nix/rebuild-system.nix index b787392..4a8c3e0 100644 --- a/nix/rebuild-system.nix +++ b/nix/rebuild-system.nix | |||
@@ -12,8 +12,8 @@ stdenv.mkDerivation rec { | |||
12 | src = fetchgit { | 12 | src = fetchgit { |
13 | inherit name; | 13 | inherit name; |
14 | url = git://git.yggdrasil.li/utils; | 14 | url = git://git.yggdrasil.li/utils; |
15 | rev = ""; | 15 | rev = "885af08edef3eede81101d4303e3a025dc078449"; |
16 | sha256 = ""; | 16 | sha256 = "e4a1e4c6661a5c8f071b22251fda15bac86051d19d6c5ce60fbcd87dad8386e4"; |
17 | }; | 17 | }; |
18 | buildInputs = [ makeWrapper ]; | 18 | buildInputs = [ makeWrapper ]; |
19 | buildPhase = "true"; | 19 | buildPhase = "true"; |