Unverified Commit 8ee563ad authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

primecount: 7.16 -> 7.18 (#405323)

parents 558d8bf4 2a5ccb29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "primecount";
  version = "7.16";
  version = "7.18";

  src = fetchFromGitHub {
    owner = "kimwalisch";
    repo = "primecount";
    rev = "v${finalAttrs.version}";
    hash = "sha256-wmq2AmpmDNJE7AEbn+sFbmLYR/ewdVQeEyWkmq16U9o=";
    hash = "sha256-iVRkgVeNO0AxwfyM9Dw5B0GoAf4GlrTtC+1npKlaV3E=";
  };

  outputs = [