gh-classroom: 0.1.14 -> 0.1.15 (#438344)

authored by nixpkgs-merge-bot[bot] and committed by GitHub ed4ffd75 a426d326

+3 -3
+3 -3
pkgs/by-name/gh/gh-classroom/package.nix
··· 9 9 }: 10 10 buildGoModule (finalAttrs: { 11 11 pname = "gh-classroom"; 12 - version = "0.1.14"; 12 + version = "0.1.15"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "github"; 16 16 repo = "gh-classroom"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-h9j8B/MGZ4JJOJRj41IIQ9trQJZ4oqvT6ee9lc0P4oo="; 18 + hash = "sha256-s7S7rk5I0mdXZh4pz1aF0btntuse3mpSZe/JiS/KlkU="; 19 19 }; 20 20 21 - vendorHash = "sha256-UFV3KiRnefrdOwRsHQeo8mx8Z+sI1Rk5yu3jdZxUHxo="; 21 + vendorHash = "sha256-7P1TTv6EW351EbLT+oruztE5Zs9I01uRnel+OGUdV6M="; 22 22 23 23 ldflags = [ 24 24 "-s"