Merge pull request #184437 from r-ryantm/auto-update/parted

parted: 3.4 -> 3.5
This commit is contained in:
Mario Rodas
2022-08-13 10:51:24 -05:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "parted";
version = "3.4";
version = "3.5";
src = fetchurl {
url = "mirror://gnu/parted/parted-${version}.tar.xz";
sha256 = "sha256-4SmAIkctpVibfyvh1e48G2bsPZbfutA9xkKv0AnaU0I=";
sha256 = "sha256-STjdXBwSX2x4sfSz4pdSbxjudKpD1FwkhXix0kcMBaI=";
};
outputs = [ "out" "dev" "man" "info" ];