about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-06-10 13:52:04 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2024-06-17 09:15:12 +0200
commitf7ff7d4e9b2d589f80ca85a91e4423f76444c2d8 (patch)
treec58ed7d5e63a13af45951fd8517b9c0ac747f33e /pkgs/applications/science
parent8abb1f5afba9aea806f7c214b035834b16240295 (diff)
downloadnixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar.gz
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar.bz2
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar.lz
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar.xz
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.tar.zst
nixlib-f7ff7d4e9b2d589f80ca85a91e4423f76444c2d8.zip
coq: 8.19.1 → 8.19.2
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/coq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix
index 68b424b32fb4..af672d500fa6 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/pkgs/applications/science/logic/coq/default.nix
@@ -58,6 +58,7 @@ let
    "8.18.0".sha256   = "sha256-WhiBs4nzPHQ0R24xAdM49kmxSCPOxiOVMA1iiMYunz4=";
    "8.19.0".sha256   = "sha256-ixsYCvCXpBHqJ71hLQklphlwoOO3i/6w2PJjllKqf9k=";
    "8.19.1".sha256   = "sha256-kmZ8Uk8jpzjOd67aAPp3C+vU2oNaBw9pr7+Uixcgg94=";
+   "8.19.2".sha256   = "sha256-q+i07JsMZp83Gqav6v1jxsgPLN7sPvp5/oszVnavmz0=";
   };
   releaseRev = v: "V${v}";
   fetched = import ../../../../build-support/coq/meta-fetch/default.nix