vengi-tools: 0.0.21 -> 0.0.22

This commit is contained in:
R. Ryantm 2022-11-01 09:37:32 +00:00
parent afcb9e9c28
commit 9ae430af84

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "vengi-tools";
version = "0.0.21";
version = "0.0.22";
src = fetchFromGitHub {
owner = "mgerhardy";
repo = "vengi";
rev = "v${version}";
sha256 = "sha256-T9YBU/YhhOASdKnzLcwQGBLc4HcQspiOV9VRgotfq3c=";
sha256 = "sha256-OlOnr1Spy8kdie9CyLVOQkY1+ib6Uwcd/xP5TSaZkYg=";
};
nativeBuildInputs = [