We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780495a commit 0639751Copy full SHA for 0639751
pkgs/by-name/su/surelog/package.nix
@@ -17,14 +17,14 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "surelog";
20
- version = "1.84-unstable-2024-11-09";
+ version = "1.84-unstable-2024-12-06";
21
22
src = fetchFromGitHub {
23
owner = "chipsalliance";
24
repo = "surelog";
25
# Once we're back on a stable tag, use "v$(finalAttrs.version}" below.
26
- rev = "da88163a02dbc16f1af3514f281b93941d371ad9";
27
- hash = "sha256-TIwXIMcDImZjCIiXwvT2MhukArgrWCgOf2AOvkG/55g=";
+ rev = "298a9cddc672cce7f25ec352f9f8f36f5b23aa4e";
+ hash = "sha256-Qv4dosj2dwakNCcvu483ZMuw+LlYs4fhZTULszERLSI=";
28
fetchSubmodules = false; # we use all dependencies from nix
29
};
30
0 commit comments