Skip to content

Commit aae523b

Browse files
authored
plfit: 1.0.0 -> 1.0.1 (#370850)
2 parents 75ad852 + fc5b81c commit aae523b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pl/plfit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "plfit";
13-
version = "1.0.0";
13+
version = "1.0.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "ntamas";
1717
repo = "plfit";
1818
rev = finalAttrs.version;
19-
hash = "sha256-ur+ai0in7PaoDZcPzuUzQTrZ3nB0H5FDSfPBpl1e9ug=";
19+
hash = "sha256-0JrPAq/4yzr7XbxvcnFj8CKmMyZT05PkSdGprNdAsJA=";
2020
};
2121

2222
postPatch = lib.optionalString (python != null) ''

0 commit comments

Comments
 (0)