My Nix Configuration

[pkgs] jellyfin-exporter: 1.3.8 -> 1.3.9

+3 -3
+3 -3
packages/jellyfin-exporter/package.nix
··· 6 }: 7 buildGoModule (finalAttrs: { 8 pname = "jellyfin-exporter"; 9 - version = "1.3.8"; 10 11 src = fetchFromGitHub { 12 owner = "rebelcore"; 13 repo = "jellyfin_exporter"; 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-7fIrjcy6y/Ayj43WeuPNCx3uVJyl5Wf6bWs5ta2PpWc="; 16 }; 17 18 # We need to patch the tests since we don't move the binary to `$GOPATH/bin`, but to `$out/bin` instead. ··· 21 --replace-fail "GOPATH" "out" 22 ''; 23 24 - vendorHash = "sha256-JSOKDbefQyDLNy2y1oW7HUplQw8uhhOGZ+ueWyUYYQ0="; 25 26 meta = { 27 changelog = "https://github.com/rebelcore/jellyfin_exporter/blob/v${finalAttrs.version}/CHANGELOG.md";
··· 6 }: 7 buildGoModule (finalAttrs: { 8 pname = "jellyfin-exporter"; 9 + version = "1.3.9"; 10 11 src = fetchFromGitHub { 12 owner = "rebelcore"; 13 repo = "jellyfin_exporter"; 14 tag = "v${finalAttrs.version}"; 15 + hash = "sha256-oHPzdV+Fe7XmSyRWm5jh7oGqlY9uyLy7u9tCTlkfhQk="; 16 }; 17 18 # We need to patch the tests since we don't move the binary to `$GOPATH/bin`, but to `$out/bin` instead. ··· 21 --replace-fail "GOPATH" "out" 22 ''; 23 24 + vendorHash = "sha256-Z3XM4vTsm5R/Me1jR9oqLcWqmEn1bd653UNvDKLM80g="; 25 26 meta = { 27 changelog = "https://github.com/rebelcore/jellyfin_exporter/blob/v${finalAttrs.version}/CHANGELOG.md";