Commit fac4ee51 authored by R. RyanTM's avatar R. RyanTM
Browse files

renode-unstable: 1.14.0+20231229gita76dac0ae -> 1.14.0+20240106git1b3952c2c

parent 4166d602
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@
  inherit buildUnstable;
}).overrideAttrs (finalAttrs: _: {
  pname = "renode-unstable";
  version = "1.14.0+20231229gita76dac0ae";
  version = "1.14.0+20240106git1b3952c2c";

  src = fetchurl {
    url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz";
    hash = "sha256-fvwNN3sT8VZ7XJPrfpAbjSiuAB274QhuPeekwz0AU3c=";
    hash = "sha256-tDo/01jYoq1Qg8h0BS4BQSPh3rsINpe72eMk9UBWgR0=";
  };
})