sup: fix chroot build

By making fetchgit a fixed-output derivation.
This commit is contained in:
Bjørn Forsman 2013-12-03 17:26:19 +01:00
parent d937187808
commit 04dd0bb5df

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = git://github.com/sup-heliotrope/sup.git;
rev = "a5a1e39034204ac4b05c9171a71164712690b010";
sha256 = "0w2w7dcif1ri1qq81csz7gj45rqd9z7hjd6x29awibybyyqyvj5s";
};
buildInputs =