vengi-tools: 0.0.30 -> 0.0.31

This commit is contained in:
R. Ryantm 2024-05-10 03:25:26 +00:00 committed by Francesco Gazzetta
parent 1cf3ba2f55
commit a372a2626b

View File

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