tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gh-classroom: 0.1.14 -> 0.1.15
R. Ryantm
5 months ago
d753792a
c8b00a14
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
gh
gh-classroom
package.nix
+3
-3
pkgs/by-name/gh/gh-classroom/package.nix
···
9
}:
10
buildGoModule (finalAttrs: {
11
pname = "gh-classroom";
12
-
version = "0.1.14";
13
14
src = fetchFromGitHub {
15
owner = "github";
16
repo = "gh-classroom";
17
tag = "v${finalAttrs.version}";
18
-
hash = "sha256-h9j8B/MGZ4JJOJRj41IIQ9trQJZ4oqvT6ee9lc0P4oo=";
19
};
20
21
-
vendorHash = "sha256-UFV3KiRnefrdOwRsHQeo8mx8Z+sI1Rk5yu3jdZxUHxo=";
22
23
ldflags = [
24
"-s"
···
9
}:
10
buildGoModule (finalAttrs: {
11
pname = "gh-classroom";
12
+
version = "0.1.15";
13
14
src = fetchFromGitHub {
15
owner = "github";
16
repo = "gh-classroom";
17
tag = "v${finalAttrs.version}";
18
+
hash = "sha256-s7S7rk5I0mdXZh4pz1aF0btntuse3mpSZe/JiS/KlkU=";
19
};
20
21
+
vendorHash = "sha256-7P1TTv6EW351EbLT+oruztE5Zs9I01uRnel+OGUdV6M=";
22
23
ldflags = [
24
"-s"