vengi-tools: 0.0.25 -> 0.0.26

This commit is contained in:
R. Ryantm 2023-08-15 19:44:46 +00:00
parent b51db7ec1b
commit b5fdf79567

View File

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