summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-07-29 16:08:27 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-31 10:46:59 +0000
commit1d9d26503eb3d4ca584130faa8ccc1f204f34029 (patch)
tree03e4b0fc86023ead1c52b70c0cca1ae9f3c7301b
parentocamlPackages.xenstore-tool: fix for OCaml ≥ 5.0 (diff)
downloadnixpkgs-origin/backport-246053-to-release-23.05.tar.gz
vengi-tools: 0.0.24 -> 0.0.25origin/backport-246053-to-release-23.05
https://github.com/mgerhardy/vengi/releases/tag/v0.0.25 Diff: https://github.com/mgerhardy/vengi/compare/v0.0.24...v0.0.25 (cherry picked from commit fcc768897b8c42690aabd2f481ecf73138969cad)
-rw-r--r--pkgs/applications/graphics/vengi-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix
index 4b32cf8e8a85..995f682d81a2 100644
--- a/pkgs/applications/graphics/vengi-tools/default.nix
+++ b/pkgs/applications/graphics/vengi-tools/default.nix
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "vengi-tools";
- version = "0.0.24";
+ version = "0.0.25";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
- sha256 = "sha256-ZkO2CLSuuJcFJFBO4XS8Qec0CxxAJdzOGfFa2zy+4uI=";
+ hash = "sha256-ZY0HG1BpRQV7+RzdXUhKV6JRa/1RIYmCuhnYCZapG8w=";
};
nativeBuildInputs = [