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.
2 parents 3f4f2ae + 61301c2 commit 2212a62Copy full SHA for 2212a62
pkgs/by-name/re/renode-unstable/package.nix
@@ -7,11 +7,11 @@
7
renode.overrideAttrs (
8
finalAttrs: _: {
9
pname = "renode-unstable";
10
- version = "1.15.3+20250227git5f21d12f9";
+ version = "1.15.3+20250314git5b219d820";
11
12
src = fetchurl {
13
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
14
- hash = "sha256-yg13mFYNXZGb4exfra1kggVzlhU6J4UUtJC5NLfVL9E=";
+ hash = "sha256-v23MC22DVYV+czmpktKKP8lU0JKjgoOfNkTDhm0q/4o=";
15
};
16
17
passthru.updateScript =
0 commit comments