Skip to content

Commit 913487e

Browse files
authored
devtoolbox: 1.2.3 -> 1.2.5 (#407525)
1 parent 72e77df commit 913487e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/de/devtoolbox/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}:
2121
python3Packages.buildPythonApplication rec {
2222
pname = "devtoolbox";
23-
version = "1.2.3";
23+
version = "1.2.5";
2424
pyproject = false; # uses meson
2525

2626
src = fetchFromGitHub {
2727
owner = "aleiepure";
2828
repo = "devtoolbox";
2929
tag = "v${version}";
30-
hash = "sha256-Ns2utC/qiwzEJJkdqwpx320k3srj5OJi8K+u5fI1LwE=";
30+
hash = "sha256-CgpSZvpwBKo2gzp2QbBPFBK0tPhqKFC/DxXdmTWVAwc=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)