lol

Merge pull request #212816 from figsoda/changie

changie: 1.10.2 -> 1.11.0

authored by

Nick Cao and committed by
GitHub
d54b7ba3 cdb1e212

+3 -16
+3 -6
pkgs/development/tools/changie/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "changie"; 5 - version = "1.10.2"; 5 + version = "1.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "miniscruff"; 10 10 repo = pname; 11 - sha256 = "sha256-1UUF82sYzZDzlhPD8R8QIfR/Vm/9uUAxHzai+A1FCaQ="; 11 + sha256 = "sha256-hnRK9pj5NruSRvo2oetyRMVwhO7T/wSEZjcbYHb7ZUY="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-oz327wlTrFCj8Hf1wPiND40Ew4kBB/k5doj1us8lhm4="; 15 - 16 - patches = [ ./skip-flaky-test.patch ]; 14 + vendorSha256 = "sha256-0/3Ou8z6yLWhc81hdN2gkaFLLlKQWUGcIdvRHVLTrjQ="; 17 15 18 16 ldflags = [ "-s" "-w" "-X=main.version=${version}" ]; 19 17 ··· 22 20 changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md"; 23 21 description = "Automated changelog tool for preparing releases with lots of customization options"; 24 22 license = licenses.mit; 25 - platforms = platforms.unix; 26 23 maintainers = with maintainers; [ figsoda matthiasbeyer ]; 27 24 }; 28 25 }
-10
pkgs/development/tools/changie/skip-flaky-test.patch
··· 1 - --- a/core/change_test.go 2 - +++ b/core/change_test.go 3 - @@ -353,6 +353,7 @@ var _ = Describe("Change ask prompts", func() { 4 - }) 5 - 6 - It("gets error for invalid body", func() { 7 - + Skip("") 8 - var min int64 = 5 9 - submitFailed := false 10 - config := Config{