changie: 1.10.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2022-12-12 16:21:58 +00:00
parent ae11c6f4e5
commit c0a50076f2

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "changie"; pname = "changie";
version = "1.10.0"; version = "1.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "miniscruff"; owner = "miniscruff";
repo = pname; repo = pname;
sha256 = "sha256-8wcnbmS3T/rPKEN3zpo9ysaEIjgbPN50Jp9URpkRaUI="; sha256 = "sha256-c7QEDyxk3Y/niQtVNQiS4OS/nHkldtjEcaXXR7rx/QI=";
}; };
vendorSha256 = "sha256-Ddw4YnOFURZxwqRBX9e1YGMO9E3hUNAoLTVcSJuaCU0="; vendorSha256 = "sha256-AoQdOw5Yw54mGmwfozkxtfo3ZhWGUbBoHc3Iqy80x38=";
patches = [ ./skip-flaky-test.patch ]; patches = [ ./skip-flaky-test.patch ];