Merge pull request #197265 from sikmir/kiln

kiln: 0.3.2 → 0.4.0
This commit is contained in:
Mario Rodas
2022-10-22 19:56:33 -05:00
committed by GitHub
+3 -3
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kiln";
version = "0.3.2";
version = "0.4.0";
src = fetchFromSourcehut {
owner = "~adnano";
repo = pname;
repo = "kiln";
rev = version;
hash = "sha256-PI80td/GV92Msdtive+f+H6FWo7wdaPmPCpwrX3iLlo=";
hash = "sha256-BMYySYbV4Exl0gCUt+95FnOoIhKM1UO4cw8gCw3Zf9M=";
};
nativeBuildInputs = [ scdoc installShellFiles ];