diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-21 10:02:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-21 14:43:42 +0000 |
| commit | fed6670bff554ff6ce4bb44ae9635665924664e3 (patch) | |
| tree | c9022151728a4b8693c8e715c16036f7e902559b | |
| parent | pleroma: 2.6.1 -> 2.6.2 (diff) | |
| download | nixpkgs-fed6670bff554ff6ce4bb44ae9635665924664e3.tar.gz | |
renode-dts2repl: unstable-2024-02-16 -> unstable-2024-02-19
(cherry picked from commit 3a768f970c8115683b47f22cb77460a6e38baa77)
| -rw-r--r-- | pkgs/by-name/re/renode-dts2repl/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/re/renode-dts2repl/package.nix b/pkgs/by-name/re/renode-dts2repl/package.nix index 54d320362a45..370a9523217e 100644 --- a/pkgs/by-name/re/renode-dts2repl/package.nix +++ b/pkgs/by-name/re/renode-dts2repl/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication { pname = "renode-dts2repl"; - version = "unstable-2024-02-16"; + version = "unstable-2024-02-19"; pyproject = true; src = fetchFromGitHub { owner = "antmicro"; repo = "dts2repl"; - rev = "83c35ebd87c000f37a0b873e7c82134da7daa7a2"; - hash = "sha256-ga9D/5MkAso9NVK7cv2JryOoDF+a2ORN4MVQ3uns/zk="; + rev = "d0bf509a04327bfe5a8542fdbcc71cf368bb9ac7"; + hash = "sha256-era8iyKOk5JzemSWk20ojjtoRsjSA43uzQC1ZFXUkZc="; }; nativeBuildInputs = [ |
