aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libnfs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 22:54:00 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-03 22:54:00 -0700
commit7ad23a33044fb0ad82f6998f5f5a0f9822b305b4 (patch)
tree7097ab5c250df6f46fc7706968c8bfed56b56504 /pkgs/development/libraries/libnfs
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
libnfs: 2.0.0 -> 3.0.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libnfs/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cat had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-ls had a zero exit code or showed the expected version - /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cp passed the binary check. - 1 of 3 passed binary check by having a zero exit code. - 0 of 3 passed binary check by having the new version present in output. - found 3.0.0 with grep in /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0 - directory tree listing: https://gist.github.com/41f09d1c597fdac38e45fb2ab6bec655 - du listing: https://gist.github.com/00ddd65dc42da40cbedb9ae1fe041f73
Diffstat (limited to 'pkgs/development/libraries/libnfs')
-rw-r--r--pkgs/development/libraries/libnfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libnfs/default.nix b/pkgs/development/libraries/libnfs/default.nix
index 2955aaebc010..96bd983e64cd 100644
--- a/pkgs/development/libraries/libnfs/default.nix
+++ b/pkgs/development/libraries/libnfs/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libnfs-${version}";
- version = "2.0.0";
+ version = "3.0.0";
src = fetchFromGitHub {
owner = "sahlberg";
repo = "libnfs";
rev = "libnfs-${version}";
- sha256 = "1xd1xb09jxwmx7hblv0f9gxv7i1glk3nbj2vyq50zpi158lnf2mb";
+ sha256 = "115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404";
};
nativeBuildInputs = [ autoreconfHook ];