tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gitmux: 0.10.2 -> 0.10.3
R. Ryantm
2 years ago
3cd304b1
2c9e9de1
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
gitmux
default.nix
+3
-3
pkgs/applications/version-management/gitmux/default.nix
···
2
3
buildGoModule rec {
4
pname = "gitmux";
5
-
version = "0.10.2";
6
7
src = fetchFromGitHub {
8
owner = "arl";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-0WfxtOidHiRxSXGzG8So965f/sBS0DY7fEDsocvfPiY=";
12
};
13
14
-
vendorHash = "sha256-talZSkf8lQXwXKdkQliHFv2K+42BFtcg13oB5Szkff0=";
15
16
# GitHub source does contain a regression test for the module
17
# but it requires networking as it git clones a repo from github
···
2
3
buildGoModule rec {
4
pname = "gitmux";
5
+
version = "0.10.3";
6
7
src = fetchFromGitHub {
8
owner = "arl";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-BvjBEhu6696DkT4GEg2gYTovZEnRosnBD3kzym536e0=";
12
};
13
14
+
vendorHash = "sha256-PHY020MIuLlC1LqNGyBJRNd7J+SzoHbNMPAil7CKP/M=";
15
16
# GitHub source does contain a regression test for the module
17
# but it requires networking as it git clones a repo from github