lol
0
fork

Configure Feed

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

exportarr: 1.5.5 -> 1.6.0

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/exportarr/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "exportarr"; 9 - version = "1.5.5"; 9 + version = "1.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "onedr0p"; 13 13 repo = "exportarr"; 14 14 rev = "v${version}"; 15 - hash = "sha256-qe3i/sukAkE3DNiSc5BsY9OFWoAVuLsuYStlPfpVZQQ="; 15 + hash = "sha256-jmvVhNaE0cVLHTLH6qKIi4ETr7Q8CTEhXPwzjWyfx5k="; 16 16 }; 17 17 18 - vendorHash = "sha256-M+XDd2ubF4HLpFNPlhn++YXWwPwL6+5TMU+BDdkP+k0="; 18 + vendorHash = "sha256-AYuyOAU7T9YluX77zPu4o377L4wCQzVUrQunt0UIZlU="; 19 19 20 20 subPackages = [ "cmd/exportarr" ]; 21 21