changie: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2022-09-21 12:12:49 +00:00
parent d3270d6b32
commit 0e40d1f469

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "changie"; pname = "changie";
version = "1.9.0"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "miniscruff"; owner = "miniscruff";
repo = pname; repo = pname;
sha256 = "sha256-3i+GInsxGeHXdFYfI664sOshHFsEIVXgXolzPhc9eoM="; sha256 = "sha256-3AGz84z0YmDiLxlbDO0f9ny75hyLB4fnYQSICElJVK4=";
}; };
vendorSha256 = "sha256-/tYhoHk4+gbdfeBNqcBSM0y4V3tVH67Xta3+e+Sctsg="; vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg=";
meta = with lib; { meta = with lib; {
homepage = "https://changie.dev"; homepage = "https://changie.dev";