kiln: 0.2.1 → 0.3.0

This commit is contained in:
Nikolay Korotkiy 2022-05-03 22:13:16 +03:00
parent 697c15ada1
commit c5a273b38e
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "kiln";
version = "0.2.1";
version = "0.3.0";
src = fetchFromSourcehut {
owner = "~adnano";
repo = pname;
rev = version;
hash = "sha256-c6ed62Nn++qw+U/DCiYeGwF77YsBxexWKZ7UQ3LE4fI=";
hash = "sha256-owON9ZNi8BufkeARjC6SwxzM81YJYu+bakhH5quzMrA=";
};
nativeBuildInputs = [ scdoc ];
vendorSha256 = "sha256-bMpzebwbVHAbBtw0uuGyWd4wnM9z6tlsEQN4S/iucgk=";
vendorSha256 = "sha256-C1ueL/zmPzFbpNo5BF56/t74nwCUvb2Vu1exssPqOPE=";
installPhase = ''
runHook preInstall