tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
feed2imap-go: 1.7.2 -> 1.8.0
R. Ryantm
5 months ago
f63d0dfe
bf8fe59e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fe
feed2imap-go
package.nix
+3
-3
pkgs/by-name/fe/feed2imap-go/package.nix
···
6
6
7
7
buildGoModule rec {
8
8
pname = "feed2imap-go";
9
9
-
version = "1.7.2";
9
9
+
version = "1.8.0";
10
10
11
11
src = fetchFromGitHub {
12
12
owner = "Necoro";
13
13
repo = "feed2imap-go";
14
14
rev = "v${version}";
15
15
-
sha256 = "sha256-LMtuGrNRVG3/2cgZFS7YlVmassbWDhH/nQgPh08NmpA=";
15
15
+
sha256 = "sha256-7ce2G2t+7P+7Ga+BLyGF4lW4BB2yaE9rV/dxBFvdPEU=";
16
16
};
17
17
18
18
ldflags = [
···
22
22
"-X github.com/Necoro/feed2imap-go/pkg/version.commit=nixpkgs"
23
23
];
24
24
25
25
-
vendorHash = "sha256-3J9fd/ogClQ+1a2ORahwf+JwkC4b1+pR1vdVjwLutoY=";
25
25
+
vendorHash = "sha256-3z3SPJ5xsz0LRjzOeOQnAuCpIAAtEkn9itoslvJhmTo=";
26
26
27
27
# The print-cache tool is not an end-user tool (https://github.com/Necoro/feed2imap-go/issues/94)
28
28
postInstall = ''