vengi-tools: 0.0.29 -> 0.0.30

This commit is contained in:
R. Ryantm 2024-03-23 14:49:17 +00:00
parent 86de7cd867
commit d63574c2ac
1 changed files with 2 additions and 2 deletions

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 = [