plfit: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2025-01-04 12:41:37 +00:00
parent 92de48d8b2
commit fc5b81c18d
+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) ''