Skip to content

Commit ed4ffd7

Browse files
gh-classroom: 0.1.14 -> 0.1.15 (#438344)
2 parents a426d32 + d753792 commit ed4ffd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gh/gh-classroom/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
buildGoModule (finalAttrs: {
1111
pname = "gh-classroom";
12-
version = "0.1.14";
12+
version = "0.1.15";
1313

1414
src = fetchFromGitHub {
1515
owner = "github";
1616
repo = "gh-classroom";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-h9j8B/MGZ4JJOJRj41IIQ9trQJZ4oqvT6ee9lc0P4oo=";
18+
hash = "sha256-s7S7rk5I0mdXZh4pz1aF0btntuse3mpSZe/JiS/KlkU=";
1919
};
2020

21-
vendorHash = "sha256-UFV3KiRnefrdOwRsHQeo8mx8Z+sI1Rk5yu3jdZxUHxo=";
21+
vendorHash = "sha256-7P1TTv6EW351EbLT+oruztE5Zs9I01uRnel+OGUdV6M=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)