mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
4632ea106b
commit
2c89d0b82d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue