summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-08-01 18:05:18 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-08-01 18:05:51 -0700
commitdd41013dbace43cfe0ac6159c82cb193ef788355 (patch)
tree614e015eddd82231872f407ad77633682e954d86 /pkgs
parent4739848cbaef02f95eff820fc3eadf653f0fb378 (diff)
downloadnixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar.gz
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar.bz2
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar.lz
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar.xz
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.tar.zst
nixlib-dd41013dbace43cfe0ac6159c82cb193ef788355.zip
ceph: Remove leaveDotGit as it is non-deterministic
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/ceph/0.80.nix3
-rw-r--r--pkgs/tools/filesystems/ceph/0.94.nix3
-rw-r--r--pkgs/tools/filesystems/ceph/dev.nix3
3 files changed, 3 insertions, 6 deletions
diff --git a/pkgs/tools/filesystems/ceph/0.80.nix b/pkgs/tools/filesystems/ceph/0.80.nix
index 3e859626ee8d..ffb52f3fa5b1 100644
--- a/pkgs/tools/filesystems/ceph/0.80.nix
+++ b/pkgs/tools/filesystems/ceph/0.80.nix
@@ -6,8 +6,7 @@ callPackage ./generic.nix (args // rec {
   src = fetchgit {
     url = "git://github.com/ceph/ceph.git";
     rev = "refs/tags/v${version}";
-    leaveDotGit = true;
-    sha256 = "0s81j6yj8y27hlx1hid9maz0l7bhjjskjxzxlhsikzmdc1j27m4r";
+    sha256 = "1arajccczjdqp7igs17569xlq5cj4azcm5wwixg6ryypjr2grcbl";
   };
 
   patches = [
diff --git a/pkgs/tools/filesystems/ceph/0.94.nix b/pkgs/tools/filesystems/ceph/0.94.nix
index 3947cd70f56b..4dca90e5f273 100644
--- a/pkgs/tools/filesystems/ceph/0.94.nix
+++ b/pkgs/tools/filesystems/ceph/0.94.nix
@@ -6,8 +6,7 @@ callPackage ./generic.nix (args // rec {
   src = fetchgit {
     url = "https://github.com/ceph/ceph.git";
     rev = "refs/tags/v${version}";
-    leaveDotGit = true;
-    sha256 = "094f9knxgx8vb9fb1yzld9ib4m0wpqwqgqjl3xqf0dzm48nxqd73";
+    sha256 = "1nhqzmxv7bz93b8rbd88wgmw9icm2lhmc94dfscgh23kfpipyd6l";
   };
 
   patches = [
diff --git a/pkgs/tools/filesystems/ceph/dev.nix b/pkgs/tools/filesystems/ceph/dev.nix
index c57bc200f24c..5cc183d1053c 100644
--- a/pkgs/tools/filesystems/ceph/dev.nix
+++ b/pkgs/tools/filesystems/ceph/dev.nix
@@ -6,8 +6,7 @@ callPackage ./generic.nix (args // rec {
   src = fetchgit {
     url = "https://github.com/ceph/ceph.git";
     rev = "refs/tags/v${version}";
-    leaveDotGit = true;
-    sha256 = "13iyv53kq2ka5py759cdiw0wmzpsycskvhmyr74qkpxmw9g6177y";
+    sha256 = "0kydjyvb1566mh33p6dlljfx1r4cfdj8ic4i19h5r9vavkc46nf0";
   };
 
   patches = [ ./fix-pythonpath.patch ];