Skip to content

Commit

Permalink
Merge pull request NixOS#293167 from r-ryantm/auto-update/exportarr
Browse files Browse the repository at this point in the history
exportarr: 1.6.2 -> 2.0.0
  • Loading branch information
azahi authored Mar 4, 2024
2 parents 9bea2c4 + b72cb75 commit ba7f53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/prometheus/exportarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "exportarr";
version = "1.6.2";
version = "2.0.0";

src = fetchFromGitHub {
owner = "onedr0p";
repo = "exportarr";
rev = "v${version}";
hash = "sha256-Eacu8NeAAQqztzVpBhW1UeKQU+FBEJcx5+mcaByQid8=";
hash = "sha256-hUgi50BFmtJfp/rNUA8QGYSflfSMANbelPndL7zV7v8=";
};

vendorHash = "sha256-lizPm/3hxKt7ZxKkhbwsj1nL8bWmE90QqRGxTqMSMAw=";
vendorHash = "sha256-Hy8OXFmGTxNlwbRjH05npD2p3avQfWk9k29R5sFKlNI=";

subPackages = [ "cmd/exportarr" ];

Expand Down

0 comments on commit ba7f53d

Please sign in to comment.