feed2imap-go: 1.7.2 -> 1.8.0

R. Ryantm f63d0dfe bf8fe59e

+3 -3
+3 -3
pkgs/by-name/fe/feed2imap-go/package.nix
··· 6 7 buildGoModule rec { 8 pname = "feed2imap-go"; 9 - version = "1.7.2"; 10 11 src = fetchFromGitHub { 12 owner = "Necoro"; 13 repo = "feed2imap-go"; 14 rev = "v${version}"; 15 - sha256 = "sha256-LMtuGrNRVG3/2cgZFS7YlVmassbWDhH/nQgPh08NmpA="; 16 }; 17 18 ldflags = [ ··· 22 "-X github.com/Necoro/feed2imap-go/pkg/version.commit=nixpkgs" 23 ]; 24 25 - vendorHash = "sha256-3J9fd/ogClQ+1a2ORahwf+JwkC4b1+pR1vdVjwLutoY="; 26 27 # The print-cache tool is not an end-user tool (https://github.com/Necoro/feed2imap-go/issues/94) 28 postInstall = ''
··· 6 7 buildGoModule rec { 8 pname = "feed2imap-go"; 9 + version = "1.8.0"; 10 11 src = fetchFromGitHub { 12 owner = "Necoro"; 13 repo = "feed2imap-go"; 14 rev = "v${version}"; 15 + sha256 = "sha256-7ce2G2t+7P+7Ga+BLyGF4lW4BB2yaE9rV/dxBFvdPEU="; 16 }; 17 18 ldflags = [ ··· 22 "-X github.com/Necoro/feed2imap-go/pkg/version.commit=nixpkgs" 23 ]; 24 25 + vendorHash = "sha256-3z3SPJ5xsz0LRjzOeOQnAuCpIAAtEkn9itoslvJhmTo="; 26 27 # The print-cache tool is not an end-user tool (https://github.com/Necoro/feed2imap-go/issues/94) 28 postInstall = ''