plfit: 1.0.0 -> 1.0.1 (#370850)

This commit is contained in:
Robert Schütz
2025-01-04 08:07:08 -08:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "plfit";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "ntamas";
repo = "plfit";
rev = finalAttrs.version;
hash = "sha256-ur+ai0in7PaoDZcPzuUzQTrZ3nB0H5FDSfPBpl1e9ug=";
hash = "sha256-0JrPAq/4yzr7XbxvcnFj8CKmMyZT05PkSdGprNdAsJA=";
};
postPatch = lib.optionalString (python != null) ''