about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-01 13:45:30 +0100
committerGitHub <noreply@github.com>2020-03-01 13:45:30 +0100
commit33133b2667a52dbd7b5a856390ae9231df34fea8 (patch)
tree7b32074f92bfbba4accb204ca0df5b4d23a9970c /pkgs/tools/system
parent1b92a08a71c51733a19612c3fc84390700efc77f (diff)
parent79217339d26ff51ccacf10967de700d785f088e5 (diff)
downloadnixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar.gz
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar.bz2
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar.lz
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar.xz
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.tar.zst
nixlib-33133b2667a52dbd7b5a856390ae9231df34fea8.zip
Merge pull request #81167 from NixOS/staging-next
Staging next
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/gptfdisk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/gptfdisk/default.nix b/pkgs/tools/system/gptfdisk/default.nix
index 71f82bfc3864..72d9d70ed8bb 100644
--- a/pkgs/tools/system/gptfdisk/default.nix
+++ b/pkgs/tools/system/gptfdisk/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gptfdisk";
-  version = "1.0.4";
+  version = "1.0.5";
 
   src = fetchurl {
     # https://www.rodsbooks.com/gdisk/${name}.tar.gz also works, but the home
     # page clearly implies a preference for using SourceForge's bandwidth:
     url = "mirror://sourceforge/gptfdisk/${pname}-${version}.tar.gz";
-    sha256 = "13d7gff4prl1nsdknjigmb7bbqhn79165n01v4y9mwbnd0d3jqxn";
+    sha256 = "0bybgp30pqxb6x5krxazkq4drca0gz4inxj89fpyr204rn3kjz8f";
   };
 
   postPatch = ''