Skip to content

Commit

Permalink
renode: 1.15.0 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio committed Jun 15, 2024
1 parent a0ec5ff commit c732a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/renode/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c732a99

Please sign in to comment.