Skip to content

Commit 0639751

Browse files
committed
surelog: 1.84-unstable-2024-11-09 -> 1.84-unstable-2024-12-06
1 parent 780495a commit 0639751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/su/surelog/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "surelog";
20-
version = "1.84-unstable-2024-11-09";
20+
version = "1.84-unstable-2024-12-06";
2121

2222
src = fetchFromGitHub {
2323
owner = "chipsalliance";
2424
repo = "surelog";
2525
# Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
26-
rev = "da88163a02dbc16f1af3514f281b93941d371ad9";
27-
hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g=";
26+
rev = "298a9cddc672cce7f25ec352f9f8f36f5b23aa4e";
27+
hash = "sha256-Qv4dosj2dwakNCcvu483ZMuw+LlYs4fhZTULszERLSI=";
2828
fetchSubmodules = false; # we use all dependencies from nix
2929
};
3030

0 commit comments

Comments
 (0)