My Nix Configuration

[pkgs] jellyfin-exporter: 1.3.8 -> 1.3.9

Changed files
+3 -3
packages
jellyfin-exporter
+3 -3
packages/jellyfin-exporter/package.nix
···
}:
buildGoModule (finalAttrs: {
pname = "jellyfin-exporter";
-
version = "1.3.8";
+
version = "1.3.9";
src = fetchFromGitHub {
owner = "rebelcore";
repo = "jellyfin_exporter";
tag = "v${finalAttrs.version}";
-
hash = "sha256-7fIrjcy6y/Ayj43WeuPNCx3uVJyl5Wf6bWs5ta2PpWc=";
+
hash = "sha256-oHPzdV+Fe7XmSyRWm5jh7oGqlY9uyLy7u9tCTlkfhQk=";
};
# We need to patch the tests since we don't move the binary to `$GOPATH/bin`, but to `$out/bin` instead.
···
--replace-fail "GOPATH" "out"
'';
-
vendorHash = "sha256-JSOKDbefQyDLNy2y1oW7HUplQw8uhhOGZ+ueWyUYYQ0=";
+
vendorHash = "sha256-Z3XM4vTsm5R/Me1jR9oqLcWqmEn1bd653UNvDKLM80g=";
meta = {
changelog = "https://github.com/rebelcore/jellyfin_exporter/blob/v${finalAttrs.version}/CHANGELOG.md";