[Backport release-24.11] vengi-tools: 0.0.33 -> 0.0.34 (#356722)

This commit is contained in:
Nick Cao 2024-11-20 08:45:40 -05:00 committed by GitHub
commit b244b98a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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