tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
goconst: 1.8.1 -> 1.8.2
R. Ryantm
8 months ago
c840580e
34fc0d11
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
goconst
package.nix
+2
-2
pkgs/by-name/go/goconst/package.nix
···
6
7
buildGoModule rec {
8
pname = "goconst";
9
-
version = "1.8.1";
10
11
excludedPackages = [ "tests" ];
12
···
14
owner = "jgautheron";
15
repo = "goconst";
16
rev = "v${version}";
17
-
sha256 = "sha256-pvCmCf3ZjhB4lxP6GLO6vnhNswKdNDWgD2YyHmRi6oE=";
18
};
19
20
vendorHash = null;
···
6
7
buildGoModule rec {
8
pname = "goconst";
9
+
version = "1.8.2";
10
11
excludedPackages = [ "tests" ];
12
···
14
owner = "jgautheron";
15
repo = "goconst";
16
rev = "v${version}";
17
+
sha256 = "sha256-srBUqWfiuMqpKH/O66gJEEKFOC/ifsu2xscEnp54cRY=";
18
};
19
20
vendorHash = null;