summary refs log tree commit diff
path: root/pkgs/development/libraries/librsync
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 15:29:19 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-22 15:29:19 -0700
commit7b6cdb5556bd02a7747beb68621e7d6e22415803 (patch)
treea7fad6c03750eeabc4f33b30016e75f29fa60f72 /pkgs/development/libraries/librsync
parent40aabe9d483001762bd1a28d494df1d1f871c642 (diff)
downloadnixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar.gz
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar.bz2
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar.lz
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar.xz
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.tar.zst
nixpkgs-7b6cdb5556bd02a7747beb68621e7d6e22415803.zip
librsync: 2.0.1 -> 2.0.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.c5vXLPpHST /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff -h` got 0 exit code
- ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff --help` got 0 exit code
- ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff -V` and found version 2.0.2
- ran `/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2/bin/rdiff --version` and found version 2.0.2
- found 2.0.2 with grep in /nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2
- found 2.0.2 in filename of file in /nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2
- directory tree listing: https://gist.github.com/aef3b835949789ba889040112d401160
Diffstat (limited to 'pkgs/development/libraries/librsync')
-rw-r--r--pkgs/development/libraries/librsync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/librsync/default.nix b/pkgs/development/libraries/librsync/default.nix
index 0f2ca371297..80acaf57d62 100644
--- a/pkgs/development/libraries/librsync/default.nix
+++ b/pkgs/development/libraries/librsync/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "librsync-${version}";
-  version = "2.0.1";
+  version = "2.0.2";
 
   src = fetchFromGitHub {
     owner = "librsync";
     repo = "librsync";
     rev = "v${version}";
-    sha256 = "0wihjinqbjl4hnvrgsk4ca1zy5v6bj7vjm6wlygwvgbn5yh3yq0x";
+    sha256 = "1qnr4rk93mhggqjh2025clmlhhgnjhq983p1vbh8i1g8aiqdnapi";
   };
 
   nativeBuildInputs = [ cmake ];