Skip to content

Commit

Permalink
plfit: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2025
1 parent 92de48d commit fc5b81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pl/plfit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) ''
Expand Down

0 comments on commit fc5b81c

Please sign in to comment.