vengi-tools: 0.0.31 -> 0.0.32

This commit is contained in:
R. Ryantm 2024-05-30 06:41:12 +00:00 committed by Francesco Gazzetta
parent 9f52db80b2
commit 7da279c3b9

View File

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