kiln: 0.3.2 → 0.4.0

This commit is contained in:
Nikolay Korotkiy 2022-10-22 23:04:05 +03:00
parent aa92a34471
commit 7c21a4bb36
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kiln"; pname = "kiln";
version = "0.3.2"; version = "0.4.0";
src = fetchFromSourcehut { src = fetchFromSourcehut {
owner = "~adnano"; owner = "~adnano";
repo = pname; repo = "kiln";
rev = version; rev = version;
hash = "sha256-PI80td/GV92Msdtive+f+H6FWo7wdaPmPCpwrX3iLlo="; hash = "sha256-BMYySYbV4Exl0gCUt+95FnOoIhKM1UO4cw8gCw3Zf9M=";
}; };
nativeBuildInputs = [ scdoc installShellFiles ]; nativeBuildInputs = [ scdoc installShellFiles ];