attic: update source hash

I don't know what changed, but apparently something did. We're using
fetchzip and the 0.14 tag doesn't seem to have moved (AFAICS).

Build and run-tested.

For reference, the (current) annotated tag '0.14' is dated
"Wed Dec 17 23:32:11 2014 +0100" and points to commit
f342621dff8065b29aeda238ccce5ac92d04f5b6 ("Preparing release").
This commit is contained in:
Bjørn Forsman 2015-04-03 06:37:02 +02:00
parent 4632ea106b
commit 2c89d0b82d

View file

@ -6,7 +6,7 @@ python3Packages.buildPythonPackage rec {
src = fetchzip {
url = "https://github.com/jborg/attic/archive/0.14.tar.gz";
sha256 = "17y7kihykaf84sy9cm00fn4wcc7rnhv2792kcwplylz7dsm7ksiw";
sha256 = "1ij99dmd571rvk3kz97vs7wbjj2pbbd54l310lydnwywxhqs8hrv";
};
propagatedBuildInputs = with python3Packages;