Skip to content

Commit

Permalink
renode: 1.15.2 -> 1.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2024
1 parent b618b95 commit 12bfac6
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 @@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "renode";
version = "1.15.2";
version = "1.15.3";

src = fetchurl {
url = "https://github.com/renode/renode/releases/download/v${finalAttrs.version}/renode-${finalAttrs.version}.linux-dotnet.tar.gz";
hash = "sha256-4W6/s2XYKj4q31VLz5MohaMdv4rLTaQHCx6AoWxHTvo=";
hash = "sha256-0CZWIwIG85nT7uSHhmBkH21S5mTx2womYWV0HG+g8Mk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 12bfac6

Please sign in to comment.