tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
goimapnotify: 2.5.2 -> 2.5.3
Diego
7 months ago
5fa7b068
9085efd3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
goimapnotify
package.nix
+2
-2
pkgs/by-name/go/goimapnotify/package.nix
···
7
8
buildGoModule rec {
9
pname = "goimapnotify";
10
-
version = "2.5.2";
11
12
src = fetchFromGitLab {
13
owner = "shackra";
14
repo = "goimapnotify";
15
tag = version;
16
-
hash = "sha256-ZCcnAwkfU1EoCtbQiR76f8drcYqgxxsz2eJJr5mbr6A=";
17
};
18
19
vendorHash = "sha256-5cZzaCoOR1R7iST0q3GaJbYIbKKEigeWqhp87maOL04=";
···
7
8
buildGoModule rec {
9
pname = "goimapnotify";
10
+
version = "2.5.3";
11
12
src = fetchFromGitLab {
13
owner = "shackra";
14
repo = "goimapnotify";
15
tag = version;
16
+
hash = "sha256-sA2fXk7/xnPl8ogrF00fiRCZvhFoHWjNlugL6gTGHk0=";
17
};
18
19
vendorHash = "sha256-5cZzaCoOR1R7iST0q3GaJbYIbKKEigeWqhp87maOL04=";