about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-09-19 17:06:09 +0800
committerGitHub <noreply@github.com>2024-09-19 17:06:09 +0800
commit05b03a54b072950ebc6aff5615c6335a1f3909f0 (patch)
tree90afc4b20fc945afd2f1489898f7b522f4168b2b /pkgs
parent5a7ae8f7de0309e67273f8477484eeece85248da (diff)
parent1b52ef11fe8822a19d1257f9b49fa5632f585002 (diff)
lean4: 4.9.0 -> 4.9.1 (#331445)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/logic/lean4/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/lean4/default.nix b/pkgs/applications/science/logic/lean4/default.nix
index 3e5398e2b7849..a2c33db40afde 100644
--- a/pkgs/applications/science/logic/lean4/default.nix
+++ b/pkgs/applications/science/logic/lean4/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "lean4";
-  version = "4.9.0";
+  version = "4.9.1";
 
   src = fetchFromGitHub {
     owner = "leanprover";
     repo = "lean4";
     rev = "v${finalAttrs.version}";
-    hash = "sha256-wi7outnKpz60to6Z7MSGAKK6COxmpJo6iu6Re86jqlo=";
+    hash = "sha256-C3N56f3mT+5f149T1BIYQil2UleAWmnRYLqUq4zcLgs=";
   };
 
   postPatch = ''
@@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
   passthru.tests = {
     version = testers.testVersion {
       package = finalAttrs.finalPackage;
+      version = "v${finalAttrs.version}";
     };
   };