about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-05-10 14:18:44 -0500
committerWill Dietz <w@wdtz.org>2017-05-10 15:52:55 -0500
commit70f95f46d469112d1c65cf46ced40d5b6bbab696 (patch)
treeb826c52f560ae089aa7406e8222c6d1445893164 /pkgs/development
parent0e93069c7f40c98cc41de32335846fc5a6eb79f6 (diff)
downloadnixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar.gz
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar.bz2
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar.lz
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar.xz
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.tar.zst
nixlib-70f95f46d469112d1c65cf46ced40d5b6bbab696.zip
souper: 2017-03-07 -> 2017-03-23
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/souper/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/compilers/souper/default.nix b/pkgs/development/compilers/souper/default.nix
index 6ea135ea9906..327139ce0455 100644
--- a/pkgs/development/compilers/souper/default.nix
+++ b/pkgs/development/compilers/souper/default.nix
@@ -9,14 +9,15 @@ let
     rev   = "57cd3d43056b029d9da3c6b3c666c4153554c04f";
     sha256 = "197wb7nbirlfpx2jr3afpjjhcj7slc4dxxi02j3kmazz9kcqaygz";
   };
-in stdenv.mkDerivation {
-  name = "souper-unstable-2017-03-07";
+in stdenv.mkDerivation rec {
+  name = "souper-unstable-${version}";
+  version = "2017-03-23";
 
   src = fetchFromGitHub {
     owner  = "google";
     repo   = "souper";
-    rev    = "5faed54ddc4a0e0e12647a0eac1da455a1067a47";
-    sha256 = "1v8ml94ryw5wdls9syvicx4sc9l34yaq8r7cf7is6x7y1q677rps";
+    rev    = "cf2911d2eb1e7c8ab465df5a722fa5cdac06e6fc";
+    sha256 = "1kg08a1af4di729pn1pip2lzqzlvjign6av95214f5rr3cq2q0cl";
   };
 
   nativeBuildInputs = [