mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #291308 from r-ryantm/auto-update/renode-dts2repl
renode-dts2repl: unstable-2024-02-19 -> unstable-2024-02-23
This commit is contained in:
commit
0a93d5596f
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "renode-dts2repl";
|
||||
version = "unstable-2024-02-19";
|
||||
version = "unstable-2024-02-23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "antmicro";
|
||||
repo = "dts2repl";
|
||||
rev = "d0bf509a04327bfe5a8542fdbcc71cf368bb9ac7";
|
||||
hash = "sha256-era8iyKOk5JzemSWk20ojjtoRsjSA43uzQC1ZFXUkZc=";
|
||||
rev = "ae616f4f6a70a2f497c2a9ce8c9c64b34238e553";
|
||||
hash = "sha256-2Q7hfXf9nCrmHxJ0S8njF5zIgcGXaRPPVogtsPgLLsI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue