Commit 1bffa075 authored by OPNA2608's avatar OPNA2608
Browse files

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.
parent 173ec7d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdisk";
  version = "0.9";
  version = "0.10";

  src = fetchFromGitHub {
    owner = "apple-oss-distributions";