My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[pkgs] jellyfin-exporter: 1.4.0 -> 1.5.0

dish 7f477fd5 528cc7e0

+3 -9
+3 -9
packages/jellyfin-exporter/package.nix
··· 6 6 }: 7 7 buildGoModule (finalAttrs: { 8 8 pname = "jellyfin-exporter"; 9 - version = "1.4.0"; 9 + version = "1.5.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "rebelcore"; 13 13 repo = "jellyfin_exporter"; 14 14 tag = "v${finalAttrs.version}"; 15 - hash = "sha256-wplGKCqZ9PimbgATci72PHI8rM9f3+D6F51f9bBb8F0="; 15 + hash = "sha256-i99tTayaZkN5TUFAoHmUBE2DWVd0r0NX11LABZWcOuo="; 16 16 }; 17 17 18 - # We need to patch the tests since we don't move the binary to `$GOPATH/bin`, but to `$out/bin` instead. 19 - postPatch = '' 20 - substituteInPlace jellyfin_exporter_test.go \ 21 - --replace-fail "GOPATH" "out" 22 - ''; 23 - 24 - vendorHash = "sha256-e08u10e/wNapNZSsD/fGVN9ybMHe3sW0yDIOqI8ZcYs="; 18 + vendorHash = "sha256-p/6wv5XExUg1B8G2RiXXGAwxWyoIXmB4Y63hNGFRZJs="; 25 19 26 20 meta = { 27 21 changelog = "https://github.com/rebelcore/jellyfin_exporter/blob/v${finalAttrs.version}/CHANGELOG.md";