about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-04-22 21:40:42 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2024-04-29 11:44:57 +0200
commit03015060acfcf20e6e233f8fc23ea4bbf305ce32 (patch)
tree4dbeacdb756ac8b78a6ac400cc19cb6da5bf57ce /pkgs/applications
parentf21b7a9cab5a6ea59f676a13594cf70b5526062f (diff)
why3: 1.7.1 → 1.7.2
(cherry picked from commit 89e1ebb1e06b6fd415397f9cd76b9ff38488e511)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/logic/why3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/why3/default.nix b/pkgs/applications/science/logic/why3/default.nix
index 1676ca4c2a4f1..74659a58f13ee 100644
--- a/pkgs/applications/science/logic/why3/default.nix
+++ b/pkgs/applications/science/logic/why3/default.nix
@@ -1,6 +1,6 @@
 { callPackage, fetchurl, lib, stdenv
 , ocamlPackages, coqPackages, rubber, hevea, emacs
-, version ? "1.7.1"
+, version ? "1.7.2"
 , ideSupport ? true
 , wrapGAppsHook
 }:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   src = fetchurl {
     url = "https://why3.gitlabpages.inria.fr/releases/${pname}-${version}.tar.gz";
     hash = {
-      "1.7.1" = "sha256-rG1hcxFhQ2PlE9RTz9ELliDjCuSzLnJ1togRY637cU4=";
+      "1.7.2" = "sha256-VaSG/FiO2MDdSSFXGJJrIylQx0LPwtT8AF7TpPVZhCQ=";
       "1.6.0" = "sha256-hFvM6kHScaCtcHCc6Vezl9CR7BFbiKPoTEh7kj0ZJxw=";
     }."${version}";
   };