summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-28 16:20:13 -0500
committerGitHub <noreply@github.com>2024-02-28 16:20:13 -0500
commite4973102d8e9112c41c5f09263c7489c350042b8 (patch)
tree4bfa4761403c29716356c9bc2c085bd8174537fe
parentMerge pull request #292104 from NixOS/backport-291931-to-release-23.11 (diff)
parentrenode-unstable: 1.14.0+20240222git83285cc63 -> 1.14.0+20240226git732d357b4 (diff)
downloadnixpkgs-e4973102d8e9112c41c5f09263c7489c350042b8.tar.gz
Merge pull request #292151 from NixOS/backport-291749-to-release-23.11
[Backport release-23.11] renode-unstable: 1.14.0+20240222git83285cc63 -> 1.14.0+20240226git732d357b4
-rw-r--r--pkgs/by-name/re/renode-unstable/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/re/renode-unstable/package.nix b/pkgs/by-name/re/renode-unstable/package.nix
index 1eafcf30a34e..6f53c1c45045 100644
--- a/pkgs/by-name/re/renode-unstable/package.nix
+++ b/pkgs/by-name/re/renode-unstable/package.nix
@@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
- version = "1.14.0+20240222git83285cc63";
+ version = "1.14.0+20240226git732d357b4";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
- hash = "sha256-RFZdl2t1356h4Hvab6Gn3LZZnCWlQlK6C0otlXzVlMI=";
+ hash = "sha256-08xV/6ch6dWA4pwg8tuDywYhQ4ZIFRD5zegojDZtAHE=";
};
})