summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 06:40:22 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-28 20:29:42 +0000
commit7a9e48b4b8d9f09990ca77ac96a7e20699391e8d (patch)
tree4b117e851e8cab60974c2af79fdf2e708918d269
parentMerge pull request #291919 from NixOS/backport-289121-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-291749-to-release-23.11.tar.gz
renode-unstable: 1.14.0+20240222git83285cc63 -> 1.14.0+20240226git732d357b4origin/backport-291749-to-release-23.11
(cherry picked from commit 76e94e81b303e0281ae18ad287797b7896b1c3d8)
-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=";
};
})