about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLéo Stefanesco <leo.lveb@gmail.com>2024-05-05 15:03:20 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2024-05-06 14:15:24 +0200
commit1e9759cb3731963f7007cce49dfa6ff1f412ea0c (patch)
tree3344f94e6ab0da5d35367e9a47546b7b97dc1a65
parent6037a0d69cc606932dadf53c7444cf4b82c59adb (diff)
coqPackages.coq-record-update: 0.3.3 -> 0.3.4
-rw-r--r--pkgs/development/coq-modules/coq-record-update/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/coq-record-update/default.nix b/pkgs/development/coq-modules/coq-record-update/default.nix
index d65a486476a0a..b9a295617b8c2 100644
--- a/pkgs/development/coq-modules/coq-record-update/default.nix
+++ b/pkgs/development/coq-modules/coq-record-update/default.nix
@@ -5,8 +5,9 @@
   owner = "tchajed";
   inherit version;
   defaultVersion = with lib.versions; lib.switch coq.coq-version [
-    { case = range "8.10" "8.19";  out = "0.3.3"; }
+    { case = range "8.10" "8.19";  out = "0.3.4"; }
   ] null;
+  release."0.3.4".sha256 = "sha256-AhEcugUiVIsgbq884Lur/bQIuGw8prk+3AlNkP1omcw=";
   release."0.3.3".sha256 = "sha256-HDIPeFHiC9EwhiOH7yMGJ9d2zJMhboTpRGf9kWcB9Io=";
   release."0.3.1".sha256 = "sha256-DyGxO2tqmYZZluXN6Oy5Tw6fuLMyuyxonj8CCToWKkk=";
   release."0.3.0".sha256 = "1ffr21dd6hy19gxnvcd4if2450iksvglvkd6q5713fajd72hmc0z";