about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-16 23:49:19 +0300
committerGitHub <noreply@github.com>2023-05-16 23:49:19 +0300
commit184ab791ab66115ab69dd16b654816ced5faf1d0 (patch)
tree3e83f7ca449fc0bf2a707af7a247634eb621123f /pkgs/applications/science
parentcade513b981afddddca40efec99fa3019907487e (diff)
parente72d3d47092dfc296226a9b82d93a60db7b1bfa7 (diff)
Merge pull request #232217 from r-ryantm/auto-update/primesieve
primesieve: 11.0 -> 11.1
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/primesieve/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/primesieve/default.nix b/pkgs/applications/science/math/primesieve/default.nix
index 3aab036fb02ad..24f583a3346b9 100644
--- a/pkgs/applications/science/math/primesieve/default.nix
+++ b/pkgs/applications/science/math/primesieve/default.nix
@@ -6,13 +6,13 @@
 
 stdenv.mkDerivation rec {
   pname = "primesieve";
-  version = "11.0";
+  version = "11.1";
 
   src = fetchFromGitHub {
     owner = "kimwalisch";
     repo = "primesieve";
     rev = "v${version}";
-    hash = "sha256-mYekOfjeGwQzWi3pBXnmRMTV7nghEvHsD+tR7vrTFRY=";
+    hash = "sha256-b6X3zhoJsO3UiWfeW4zbKsaoofIWArJi5usof3efQ0k=";
   };
 
   nativeBuildInputs = [ cmake ];