changie: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm 2024-05-13 15:50:49 +00:00
parent 5e1830b877
commit 5c081f1158

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "changie";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "miniscruff";
repo = "changie";
rev = "v${version}";
hash = "sha256-pZe9T/WALFX5xwCiZKbf8fpaG3wmBJbqgM7FTPqlN2k=";
hash = "sha256-3GQ9C9UteJG3LfJmDsBbFJ9hnz7ouQ/6bZkQ/8CZ8PI=";
};
vendorHash = "sha256-SdaDu9LXgelSEXdOCAbtvt1LnrSVpAIoN6MDSjTeEOs=";
vendorHash = "sha256-2SkHId5BDAv525PISLjlrP862Z2fJDN4L839rz8rWaw=";
nativeBuildInputs = [
installShellFiles