about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2023-07-29 16:08:27 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2023-07-31 10:27:31 +0200
commitfcc768897b8c42690aabd2f481ecf73138969cad (patch)
treedf07cac3202d10791e6dc351825e9436b2fb38c0 /pkgs/applications/graphics
parent988b93ec0d977495e2e5375c3d6a6cfc175d9774 (diff)
downloadnixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar.gz
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar.bz2
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar.lz
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar.xz
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.tar.zst
nixlib-fcc768897b8c42690aabd2f481ecf73138969cad.zip
vengi-tools: 0.0.24 -> 0.0.25
https://github.com/mgerhardy/vengi/releases/tag/v0.0.25
Diff: https://github.com/mgerhardy/vengi/compare/v0.0.24...v0.0.25
Diffstat (limited to 'pkgs/applications/graphics')
-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 = [