tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
steampipePackages.steampipe-plugin-github: 1.0.0 -> 1.3.0
R. Ryantm
11 months ago
719d2f46
0571e373
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
steampipe-packages
steampipe-plugin-github
default.nix
+3
-3
pkgs/tools/misc/steampipe-packages/steampipe-plugin-github/default.nix
reviewed
···
8
8
9
9
buildGoModule rec {
10
10
pname = "steampipe-plugin-github";
11
11
-
version = "1.0.0";
11
11
+
version = "1.3.0";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "turbot";
15
15
repo = "steampipe-plugin-github";
16
16
tag = "v${version}";
17
17
-
hash = "sha256-FEoDpiLlHwIRtrugaiVUrQzURFIB58iRQlQ6fuJatAg=";
17
17
+
hash = "sha256-5VFy1cmuadNcay1cqB5K9lPGrO++shkSSaaAGAOzt5w=";
18
18
};
19
19
20
20
-
vendorHash = "sha256-EVcPpFzRd9EmyuPqZBQjSNEB4BEbU8Km6Y/f+ulfK5s=";
20
20
+
vendorHash = "sha256-zOIZRAbB6Hace1F0juxTlh2uApeW8r0A4XAe3SeeKoc=";
21
21
22
22
ldflags = [
23
23
"-s"