3
0
Fork 0
forked from mirrors/nixpkgs

changie: 1.9.1 -> 1.10.0

This commit is contained in:
R. Ryantm 2022-10-22 10:16:30 +00:00
parent 00a4d236da
commit bf657d266c

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "changie"; pname = "changie";
version = "1.9.1"; version = "1.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "miniscruff"; owner = "miniscruff";
repo = pname; repo = pname;
sha256 = "sha256-3AGz84z0YmDiLxlbDO0f9ny75hyLB4fnYQSICElJVK4="; sha256 = "sha256-8wcnbmS3T/rPKEN3zpo9ysaEIjgbPN50Jp9URpkRaUI=";
}; };
vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg="; vendorSha256 = "sha256-Ddw4YnOFURZxwqRBX9e1YGMO9E3hUNAoLTVcSJuaCU0=";
patches = [ ./skip-flaky-test.patch ]; patches = [ ./skip-flaky-test.patch ];