about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-11-19 14:59:42 -0800
committerGitHub <noreply@github.com>2018-11-19 14:59:42 -0800
commit3ad838adcf280d346046949d57981ee8a7839fe6 (patch)
treedfbc055f6bba558c4cc5c2701ce3cbb2fa3521b8 /pkgs/tools/filesystems
parent7c79a0d4ac75ffa62ff0dadb744835814a09142a (diff)
parentae9a72418ff9f82ec9f85cb54102191693428457 (diff)
downloadnixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar.gz
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar.bz2
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar.lz
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar.xz
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.tar.zst
nixlib-3ad838adcf280d346046949d57981ee8a7839fe6.zip
Merge pull request #50764 from r-ryantm/auto-update/f3
f3: 7.0 -> 7.1
Diffstat (limited to 'pkgs/tools/filesystems')
-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 61c6ab253cce..7fb9ed3c97ae 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 ];