summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-01 03:52:48 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-04 09:08:43 -0700
commitc526304148df4dd5f41c79b79ebd49b31260d1fa (patch)
treed8563247b2e94493034eaa323f428c7e73f010f6
parent7542b1105243a593c8ad79feb593a0f7178130b6 (diff)
downloadnixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar.gz
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar.bz2
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar.lz
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar.xz
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.tar.zst
nixpkgs-c526304148df4dd5f41c79b79ebd49b31260d1fa.zip
uhdm: 1.76 -> 1.77
-rw-r--r--pkgs/applications/science/logic/uhdm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/uhdm/default.nix b/pkgs/applications/science/logic/uhdm/default.nix
index 7312f989cb6..ec25d58efcb 100644
--- a/pkgs/applications/science/logic/uhdm/default.nix
+++ b/pkgs/applications/science/logic/uhdm/default.nix
@@ -10,13 +10,13 @@
 stdenv.mkDerivation (finalAttrs: {
   pname = "UHDM";
   # When updating this package, also consider updating science/logic/surelog
-  version = "1.76";
+  version = "1.77";
 
   src = fetchFromGitHub {
     owner = "chipsalliance";
     repo = finalAttrs.pname;
     rev = "v${finalAttrs.version}";
-    hash = "sha256-Q/u5lvILYDT5iScES3CTPIm/B5apoOHXOQmCsZ73NlU=";
+    hash = "sha256-JKhpcPG4hWlcn2C+Wlx7yNIMXXurAMxLSK4xWN2akMQ=";
     fetchSubmodules = false;  # we use all dependencies from nix
   };