vengi-tools: 0.0.26 -> 0.0.27

Diff: https://github.com/mgerhardy/vengi/compare/v0.0.26...v0.0.27
This commit is contained in:
Francesco Gazzetta 2023-10-17 19:40:53 +02:00
parent a5e0fd8ecb
commit 9b77428564

View file

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "vengi-tools";
version = "0.0.26";
version = "0.0.27";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
hash = "sha256-p+ZL3oxzwKhh+j1bxakgyStH+1GAu2aEwNmsqo6fNFo=";
hash = "sha256-A37IY66wZZK7Tv0zWsORO6CuRRRj7YmKLnEPSbfAvwI=";
};
nativeBuildInputs = [