summary refs log tree commit diff
path: root/pkgs/development/libraries/librep
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 21:02:05 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 21:02:05 -0800
commit2e2416b36dc12a34b77f7107a25aa1e3deb1813c (patch)
treed26e1179d293b86aaeaf9b65eab883e9ffde4cd7 /pkgs/development/libraries/librep
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
downloadnixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar.gz
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar.bz2
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar.lz
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar.xz
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.tar.zst
nixpkgs-2e2416b36dc12a34b77f7107a25aa1e3deb1813c.zip
librep: 0.92.6 -> 0.92.7
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/n46m9li9xl794686xii90gh0hqgh2v7d-librep-0.92.7/bin/rep --help` got 0 exit code
- ran `/nix/store/n46m9li9xl794686xii90gh0hqgh2v7d-librep-0.92.7/bin/rep --version` and found version 0.92.7
- ran `/nix/store/n46m9li9xl794686xii90gh0hqgh2v7d-librep-0.92.7/bin/rep --help` and found version 0.92.7
- found 0.92.7 with grep in /nix/store/n46m9li9xl794686xii90gh0hqgh2v7d-librep-0.92.7
- found 0.92.7 in filename of file in /nix/store/n46m9li9xl794686xii90gh0hqgh2v7d-librep-0.92.7

cc "@AndersonTorres"
Diffstat (limited to 'pkgs/development/libraries/librep')
-rw-r--r--pkgs/development/libraries/librep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librep/default.nix b/pkgs/development/libraries/librep/default.nix
index c74a7981458..5b3beda1eb8 100644
--- a/pkgs/development/libraries/librep/default.nix
+++ b/pkgs/development/libraries/librep/default.nix
@@ -7,12 +7,12 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "librep-${version}";
-  version = "0.92.6";
+  version = "0.92.7";
   sourceName = "librep_${version}";
 
   src = fetchurl {
     url = "http://download.tuxfamily.org/librep/${sourceName}.tar.xz";
-    sha256 = "1k6c0hmyzxh8459r790slh9vv9vwy9d7w3nlmrqypbx9mk855hgy";
+    sha256 = "1bmcjl1x1rdh514q9z3hzyjmjmwwwkziipjpjsl301bwmiwrd8a8";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];