mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
gptfdisk: 1.0.6 -> 1.0.7
This commit is contained in:
parent
4438668098
commit
90ad480812
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gptfdisk";
|
pname = "gptfdisk";
|
||||||
version = "1.0.6";
|
version = "1.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# https://www.rodsbooks.com/gdisk/${name}.tar.gz also works, but the home
|
# https://www.rodsbooks.com/gdisk/${name}.tar.gz also works, but the home
|
||||||
# page clearly implies a preference for using SourceForge's bandwidth:
|
# page clearly implies a preference for using SourceForge's bandwidth:
|
||||||
url = "mirror://sourceforge/gptfdisk/${pname}-${version}.tar.gz";
|
url = "mirror://sourceforge/gptfdisk/${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-3cVR1kOlPwvURANF064yxJsEp5fpwBA26kYLa7QWjKg=";
|
sha256 = "sha256-dUAEt/hbJ5KHx6w8BGmx1+Dq4EOpei5YewVgyl84KMA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user