summary refs log tree commit diff
path: root/pkgs/tools/filesystems/f3
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 10:04:52 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 10:04:52 -0800
commitae9a72418ff9f82ec9f85cb54102191693428457 (patch)
treedf28ca4ee185427dcd10200da9c1a012ca36044e /pkgs/tools/filesystems/f3
parent0925c482c8378e8a6a8724edc6596ea60f90a113 (diff)
downloadnixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar.gz
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar.bz2
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar.lz
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar.xz
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.tar.zst
nixpkgs-ae9a72418ff9f82ec9f85cb54102191693428457.zip
f3: 7.0 -> 7.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/f3/versions
Diffstat (limited to 'pkgs/tools/filesystems/f3')
-rw-r--r--pkgs/tools/filesystems/f3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/f3/default.nix b/pkgs/tools/filesystems/f3/default.nix
index 61c6ab253cc..7fb9ed3c97a 100644
--- a/pkgs/tools/filesystems/f3/default.nix
+++ b/pkgs/tools/filesystems/f3/default.nix
@@ -5,7 +5,7 @@
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "f3";
-  version = "7.0";
+  version = "7.1";
 
   enableParallelBuilding = true;
 
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     owner = "AltraMayor";
     repo = pname;
     rev = "v${version}";
-    sha256 = "195j2zd747ffbsl8p5rf7dyn1j5n05zfqy1s9fm4y6lz8yc1nr17";
+    sha256 = "0zglsmz683jg7f9wc6vmgljyg9w87pbnjw5x4w6x02w8233zvjqf";
   };
 
   buildInputs = [ parted udev ];