nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

renode-dts2repl: 0-unstable-2025-07-08 -> 0-unstable-2025-07-24 (#428993)

authored by

Nick Cao and committed by
GitHub
2d2db4f0 e9f37764

+3 -3
+3 -3
pkgs/by-name/re/renode-dts2repl/package.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication { 9 9 pname = "renode-dts2repl"; 10 - version = "0-unstable-2025-07-08"; 10 + version = "0-unstable-2025-07-24"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "antmicro"; 15 15 repo = "dts2repl"; 16 - rev = "9c75757b1de9e1bd93d1b1de5d516a65c481b026"; 17 - hash = "sha256-m3v/HQKDHhfmk7vjbSGxZiyAK2/5b8FVszJjNDHQj2Y="; 16 + rev = "b94aaad8ad6cd3252160a11ac37f2bde8280d1b0"; 17 + hash = "sha256-Cdg3uyZC55ajUlghHkqoGGN/kZnjuHVxIEvo2LDua1Q="; 18 18 }; 19 19 20 20 nativeBuildInputs = [