surelog: 1.84-unstable-2024-12-06 -> 1.86

This commit is contained in:
kyehn
2025-08-31 18:37:39 +08:00
parent 7b862c3976
commit e76092ed34
+3 -4
View File
@@ -17,14 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "surelog";
version = "1.84-unstable-2024-12-06";
version = "1.86";
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "surelog";
# Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
rev = "298a9cddc672cce7f25ec352f9f8f36f5b23aa4e";
hash = "sha256-Qv4dosj2dwakNCcvu483ZMuw+LlYs4fhZTULszERLSI=";
tag = "v${finalAttrs.version}";
hash = "sha256-EEhaYimyzOgQB7dxbbTfsa7APC6SlFkz9ah9BLcKDq4=";
fetchSubmodules = false; # we use all dependencies from nix
};