mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
wal-e: Update from 0.6.9 to 0.6.10
This commit is contained in:
parent
155053bcd9
commit
f463f3813d
@ -2,13 +2,13 @@
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "wal-e-${version}";
|
||||
version = "0.6.9";
|
||||
version = "0.6.10";
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/wal-e/wal-e/archive/v${version}.tar.gz";
|
||||
sha256 = "1yzz9hic8amq7mp0kh04hsmwisk5r374ddja5g8345bl8y3bzbgk";
|
||||
sha256 = "1hms24xz7wx3b91vv56fhcc3j0cszwqwnmwhka4yl90202hvdir2";
|
||||
};
|
||||
|
||||
# needs tox
|
||||
|
Loading…
Reference in New Issue
Block a user