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

primecount: 8.0 -> 8.2 (#485718)

parents 8ec3c082 cdeeb7e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "primecount";
  version = "8.0";
  version = "8.2";

  src = fetchFromGitHub {
    owner = "kimwalisch";
    repo = "primecount";
    rev = "v${finalAttrs.version}";
    hash = "sha256-EogWQWbAlLlhaIMZck9fzqv9XPJRbSe2zUtKU6xCZvU=";
    hash = "sha256-Otf3+Gaq3g0JXnU/G+++eQCBHPOmed3YpUdp1G8ky2Y=";
  };

  outputs = [