mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
attic: upgrade to 0.14
This commit is contained in:
parent
a8af7f16ce
commit
4a0aff5f3b
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, python3Packages, openssl, acl }:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
name = "attic-0.13";
|
||||
name = "attic-0.14";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/jborg/attic/archive/0.13.tar.gz";
|
||||
sha256 = "da1c4c0759b541e72f6928341c863b406448351769113165d86d8393a5db98a3";
|
||||
url = "https://github.com/jborg/attic/archive/0.14.tar.gz";
|
||||
sha256 = "929da4b2e900770cd31558e87074ade347b44937c944218549259ea64646f203";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages;
|
||||
|
|
Loading…
Reference in a new issue