3
0
Fork 0
forked from mirrors/nixpkgs

ceph: 0.94.1 -> 0.94.1.1

This commit is contained in:
William A. Kennington III 2015-05-10 23:15:46 -07:00
parent 07338d13c9
commit 1199d23a39

View file

@ -1,12 +1,12 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "0.94.1";
version = "0.94.1.1";
src = fetchgit {
url = "https://github.com/ceph/ceph.git";
rev = "refs/tags/v${version}";
sha256 = "0rrl10vda4xv22al2c5ccd8v8drs26186dvkrxndvqz8p9999cjx";
sha256 = "1qvjj2iqzv2xz5037ksbk7mqjv6gsx2jsprizdzzzij3hnlricp5";
};
patches = [ ./fix-pgrefdebugging.patch ];