vengi-tools: 0.0.33 -> 0.0.34

(cherry picked from commit f477b3752d)
This commit is contained in:
R. Ryantm 2024-11-15 09:29:29 +00:00 committed by github-actions[bot]
parent d89cf08495
commit fcf21f7ac9

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vengi-tools";
version = "0.0.33";
version = "0.0.34";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${finalAttrs.version}";
hash = "sha256-ljB36A5b8K1KBBuQVISb1fkWxb/tTTwojE31KPMg1xQ=";
hash = "sha256-a78Oiwln3vyzCyjNewbK1/05bnGcSixxzKIgz4oiDmA=";
};
nativeBuildInputs = [