From 1bffa075dac81f37fc882f24cd3483345eb64a53 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 9 Mar 2025 18:34:17 +0100 Subject: [PATCH] pdisk: 0.9 -> 0.10 Yes, src.hash is the same. No, that's not an error. Apple's import of pdisk-10.tar.gz into the repo seems to have produced no changes to any of the tracked files. Making this a bump anyway, just to get the version increase of the way. --- pkgs/by-name/pd/pdisk/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pd/pdisk/package.nix b/pkgs/by-name/pd/pdisk/package.nix index 418d08309e0c..3be86851b2c4 100644 --- a/pkgs/by-name/pd/pdisk/package.nix +++ b/pkgs/by-name/pd/pdisk/package.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "pdisk"; - version = "0.9"; + version = "0.10"; src = fetchFromGitHub { owner = "apple-oss-distributions";