Unverified Commit aae523b8 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

plfit: 1.0.0 -> 1.0.1 (#370850)

parents 75ad8522 fc5b81c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) ''