Merge pull request #281802 from r-ryantm/auto-update/vengi-tools

vengi-tools: 0.0.27 -> 0.0.28
This commit is contained in:
Weijia Wang 2024-01-28 07:03:11 +01:00 committed by GitHub
commit b984722121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "vengi-tools";
version = "0.0.27";
version = "0.0.28";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
hash = "sha256-A37IY66wZZK7Tv0zWsORO6CuRRRj7YmKLnEPSbfAvwI=";
hash = "sha256-UjSm/J/y7MUg3Exmw0P56+bcjiLxXdGS2brocdzgJ+c=";
};
nativeBuildInputs = [