renode-unstable: 1.14.0+20240106git1b3952c2c -> 1.14.0+20240119git1a0826937

This commit is contained in:
R. Ryantm
2024-01-20 22:10:46 +00:00
parent 2e7eed7291
commit 7487b88f64
+2 -2
View File
@@ -7,10 +7,10 @@
inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
pname = "renode-unstable";
version = "1.14.0+20240106git1b3952c2c";
version = "1.14.0+20240119git1a0826937";
src = fetchurl {
url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
hash = "sha256-tDo/01jYoq1Qg8h0BS4BQSPh3rsINpe72eMk9UBWgR0=";
hash = "sha256-bv5+6DVzBFt5XeKcLJFpUHB5T1RKCNi/CuXXpIn6e9k=";
};
})