renode: 1.15.0 -> 1.15.1

(cherry picked from commit c732a998e1)
This commit is contained in:
Otavio Salvador
2024-06-15 22:31:47 +00:00
committed by github-actions[bot]
parent ae469fb503
commit d38de42fb7

View File

@@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "renode";
version = "1.15.0";
version = "1.15.1";
src = fetchurl {
url = "https://github.com/renode/renode/releases/download/v${finalAttrs.version}/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-w3HKYctW1LmiAse/27Y1Gmz9hDprQ1CK7+TXIexCrkg=";
hash = "sha256-W+JtyaXcYZD+iaVEFX6eatxV3/Vr4aZrsCLm1Aj+ISs=";
};
nativeBuildInputs = [