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.
This commit is contained in:
OPNA2608
2025-03-09 18:35:15 +01:00
parent 173ec7d67a
commit 1bffa075da
+1 -1
View File
@@ -9,7 +9,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdisk";
version = "0.9";
version = "0.10";
src = fetchFromGitHub {
owner = "apple-oss-distributions";