about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-09-28 11:46:59 +0000
committerGitHub <noreply@github.com>2024-09-28 11:46:59 +0000
commit590ec2408cc025f55284cd138f9882e79b3c9bf6 (patch)
treecb215680c14d5ba8459c7ba0bb05ab131178cff5 /pkgs
parente5e9012de4e7de59df67ffd27d039c9f5012a0bd (diff)
parent2f6bd555eef686f8ca922bd435cf9f4dbfade946 (diff)
renode-unstable: 1.15.2+20240914gitcb658f346 -> 1.15.3+20240927gitbb819bb49 (#344962)
Diffstat (limited to 'pkgs')
-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 5717f5905b1a2..5f2d0f79be040 100644
--- a/pkgs/by-name/re/renode-unstable/package.nix
+++ b/pkgs/by-name/re/renode-unstable/package.nix
@@ -5,11 +5,11 @@
 
 renode.overrideAttrs (finalAttrs: _: {
   pname = "renode-unstable";
-  version = "1.15.2+20240914gitcb658f346";
+  version = "1.15.3+20240927gitbb819bb49";
 
   src = fetchurl {
     url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
-    hash = "sha256-DkS635epflnbjYc/y4IgGgrIkRHKtuKxtebH6kdRYTw=";
+    hash = "sha256-IcQKAslgmN+ChYJLsS0umR1/FSAicWyP6Ek/v668+40=";
   };
 
   passthru.updateScript =