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

primecount: 7.18 -> 7.19 (#415271)

parents 0cf47132 11e2ebba
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.18";
  version = "7.19";

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

  outputs = [