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 a01b0bf + 1f6b08c commit ef6ba81Copy full SHA for ef6ba81
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+20241112git6e850cb52";
+ version = "1.15.3+20241217git398e80b6e";
11
12
src = fetchurl {
13
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
14
- hash = "sha256-GkmzPc0pPRglkuGzPU+rLUcwlhw8v4VgQnxnkzT/+cI=";
+ hash = "sha256-DJau7daj06GHWr3uGAbb6/oKb4QIefRqH6QoYjy5JNU=";
15
};
16
17
passthru.updateScript =
0 commit comments