1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

renode-dts2repl: 0-unstable-2024-04-16 -> 0-unstable-2024-04-30

This commit is contained in:
R. Ryantm 2024-05-05 18:38:26 +00:00
parent 8a50cbb3a5
commit 14248535a2

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication {
pname = "renode-dts2repl";
version = "0-unstable-2024-04-16";
version = "0-unstable-2024-04-30";
pyproject = true;
src = fetchFromGitHub {
owner = "antmicro";
repo = "dts2repl";
rev = "83e2d743202684eb1f89a1b93e859c69cd736455";
hash = "sha256-iD+59mrFNVRu6g58XXLR2Pg8oDpNIiI/+TyCdbRbjtM=";
rev = "dc2212318aec6c2aa6920795e16fab7dfcb8796e";
hash = "sha256-XY2rQqu2CSKRImx0GmC5ggTZTyvrtX+LvqkYj0sEBuU=";
};
nativeBuildInputs = [