summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-17 12:07:57 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-17 12:07:57 -0700
commite7c48e998e42221aa1742357fcc5d2793a8281c2 (patch)
tree8de69b4bce00ef03c3124cf6c2f2f9b28b73fc4e /pkgs/tools/filesystems
parenta2bd8da766c7a7ea456afd099b86920dd902cec4 (diff)
avfs: 1.1.0 -> 1.1.1
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')
-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 5fc614de4a7f..35e26828176d 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.1.0";
+ version = "1.1.1";
src = fetchurl {
url = "mirror://sourceforge/avf/${version}/${name}.tar.bz2";
- sha256 = "19rk2c0xd3mi66kr88ykrcn81fv09c09md0gf6mnm9z1bd7p7wx7";
+ sha256 = "0fxzigpyi08ipqz30ihjcpqmmx8g7r1kqdqq1bnnznvnhrzyygn8";
};
nativeBuildInputs = [ pkgconfig ];