Skip to content

Commit 765a463

Browse files
committed
vula: 0.2.2024011000-unstable-2025-07-15 -> 0.2.2024011000-unstable-2026-04-01
1 parent 83b1fac commit 765a463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vula/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ let
1919
in
2020
python3.pkgs.buildPythonApplication {
2121
pname = "vula";
22-
version = "0.2.2024011000-unstable-2025-07-15";
22+
version = "0.2.2024011000-unstable-2026-04-01";
2323
pyproject = true;
2424

2525
src = fetchFromGitea {
2626
domain = "codeberg.org";
2727
owner = "vula";
2828
repo = "vula";
29-
rev = "59611c2c7d1ac69be71961ecccf52c61c6b3dd3e";
30-
hash = "sha256-hYXkfgTlcQ7HIMiYRxkuWuVGjZxWNqRgbjfKFT6gnaw=";
29+
rev = "5a422cb51103ca084b6273bcf8e1fe26b061814f";
30+
hash = "sha256-JBTKsunDtNBCg10W6Bz9rgLwFHx0D+XG7n6YlIWma2Y=";
3131
};
3232

3333
# without removing `pyproject.toml` we don't end up with an executable.

0 commit comments

Comments
 (0)