We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b1fac commit 765a463Copy full SHA for 765a463
pkgs/by-name/vula/package.nix
@@ -19,15 +19,15 @@ let
19
in
20
python3.pkgs.buildPythonApplication {
21
pname = "vula";
22
- version = "0.2.2024011000-unstable-2025-07-15";
+ version = "0.2.2024011000-unstable-2026-04-01";
23
pyproject = true;
24
25
src = fetchFromGitea {
26
domain = "codeberg.org";
27
owner = "vula";
28
repo = "vula";
29
- rev = "59611c2c7d1ac69be71961ecccf52c61c6b3dd3e";
30
- hash = "sha256-hYXkfgTlcQ7HIMiYRxkuWuVGjZxWNqRgbjfKFT6gnaw=";
+ rev = "5a422cb51103ca084b6273bcf8e1fe26b061814f";
+ hash = "sha256-JBTKsunDtNBCg10W6Bz9rgLwFHx0D+XG7n6YlIWma2Y=";
31
};
32
33
# without removing `pyproject.toml` we don't end up with an executable.
0 commit comments