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

vengi-tools: 0.0.29 -> 0.0.30
This commit is contained in:
Pol Dellaiera 2024-03-24 22:48:36 +01:00 committed by GitHub
commit 9c85f00021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vengi-tools";
version = "0.0.29";
version = "0.0.30";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${finalAttrs.version}";
hash = "sha256-VGgmJPNLEsD1y6e6CRw1Wipmy9MKAQkydyHNNjPyvhQ=";
hash = "sha256-Qdjwop92udrPiczMInhvRUMn9uZu6iBMAWzqDWySy94=";
};
nativeBuildInputs = [