We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a426d32 + d753792 commit ed4ffd7Copy full SHA for ed4ffd7
pkgs/by-name/gh/gh-classroom/package.nix
@@ -9,16 +9,16 @@
9
}:
10
buildGoModule (finalAttrs: {
11
pname = "gh-classroom";
12
- version = "0.1.14";
+ version = "0.1.15";
13
14
src = fetchFromGitHub {
15
owner = "github";
16
repo = "gh-classroom";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-h9j8B/MGZ4JJOJRj41IIQ9trQJZ4oqvT6ee9lc0P4oo=";
+ hash = "sha256-s7S7rk5I0mdXZh4pz1aF0btntuse3mpSZe/JiS/KlkU=";
19
};
20
21
- vendorHash = "sha256-UFV3KiRnefrdOwRsHQeo8mx8Z+sI1Rk5yu3jdZxUHxo=";
+ vendorHash = "sha256-7P1TTv6EW351EbLT+oruztE5Zs9I01uRnel+OGUdV6M=";
22
23
ldflags = [
24
"-s"
0 commit comments