Skip to content

Commit

Permalink
primesieve: 11.1 -> 11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent b01852a commit 2202d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/primesieve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "primesieve";
version = "11.1";
version = "11.2";

src = fetchFromGitHub {
owner = "kimwalisch";
repo = "primesieve";
rev = "v${version}";
hash = "sha256-b6X3zhoJsO3UiWfeW4zbKsaoofIWArJi5usof3efQ0k=";
hash = "sha256-HtVuUS4dmTC7KosyBhqZ0QRstvon9WMxYf9Ocs1XIrs=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 2202d5c

Please sign in to comment.