Merge pull request #249381 from r-ryantm/auto-update/vengi-tools

vengi-tools: 0.0.25 -> 0.0.26
This commit is contained in:
Pol Dellaiera 2023-08-19 17:10:56 +02:00 committed by GitHub
commit 4c3e761eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "vengi-tools";
version = "0.0.25";
version = "0.0.26";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
hash = "sha256-ZY0HG1BpRQV7+RzdXUhKV6JRa/1RIYmCuhnYCZapG8w=";
hash = "sha256-p+ZL3oxzwKhh+j1bxakgyStH+1GAu2aEwNmsqo6fNFo=";
};
nativeBuildInputs = [