summary refs log tree commit diff
path: root/pkgs/tools/filesystems/avfs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-11 14:27:47 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-11 23:27:47 +0200
commit65f41e1bc0394dfe14d9541aa9a88ea67ff65260 (patch)
tree62d1a80b08004991d873b2c53b09c7d9f0036ce8 /pkgs/tools/filesystems/avfs
parent46d1166b80610e9d6609d910e03fa12981731e09 (diff)
downloadnixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar.gz
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar.bz2
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar.lz
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar.xz
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.tar.zst
nixpkgs-65f41e1bc0394dfe14d9541aa9a88ea67ff65260.zip
avfs: 1.0.5 -> 1.0.6 (#46306)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avfs/versions
Diffstat (limited to 'pkgs/tools/filesystems/avfs')
-rw-r--r--pkgs/tools/filesystems/avfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/avfs/default.nix b/pkgs/tools/filesystems/avfs/default.nix
index 3f596947f88..5c44ef23963 100644
--- a/pkgs/tools/filesystems/avfs/default.nix
+++ b/pkgs/tools/filesystems/avfs/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "avfs-${version}";
-  version = "1.0.5";
+  version = "1.0.6";
   src = fetchurl {
     url = "mirror://sourceforge/avf/${version}/${name}.tar.bz2";
-    sha256 = "0xh1wpd8z3m5jmmv24fg4pvqhpnhygs2385qn5473hwk84gnpkp5";
+    sha256 = "1hz39f7p5vw647xqk161v3nh88qnd599av6nfidpmkh1d9vkl6jc";
   };
 
   nativeBuildInputs = [ pkgconfig ];