tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
goimapnotify: 2.3.7 -> 2.3.9
R. Ryantm
2 years ago
de22144f
6c5458cf
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
goimapnotify
default.nix
+2
-2
pkgs/tools/networking/goimapnotify/default.nix
···
2
3
buildGoModule rec {
4
pname = "goimapnotify";
5
-
version = "2.3.7";
6
7
src = fetchFromGitLab {
8
owner = "shackra";
9
repo = "goimapnotify";
10
rev = version;
11
-
sha256 = "sha256-Wot+E+rDgXQ4FVgdfqe6a3O9oYUK3X1xImC33eDuUBo=";
12
};
13
14
vendorHash = "sha256-DphGe9jbKo1aIfpF5kRYNSn/uIYHaRMrygda5t46svw=";
···
2
3
buildGoModule rec {
4
pname = "goimapnotify";
5
+
version = "2.3.9";
6
7
src = fetchFromGitLab {
8
owner = "shackra";
9
repo = "goimapnotify";
10
rev = version;
11
+
sha256 = "sha256-BsoLoCOP6B9WaLBFF/1esPOj+0Rz0jkDJ8XjzirsCoU=";
12
};
13
14
vendorHash = "sha256-DphGe9jbKo1aIfpF5kRYNSn/uIYHaRMrygda5t46svw=";