autobrr: 1.74.0 -> 1.75.1 (#503919)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-27 06:03:10 +00:00
committed by GitHub
+2 -2
View File
@@ -15,12 +15,12 @@
let
pname = "autobrr";
version = "1.74.0";
version = "1.75.1";
src = fetchFromGitHub {
owner = "autobrr";
repo = "autobrr";
tag = "v${version}";
hash = "sha256-iIKEF3b5mLKPiyR/2CqQiZz1e3M8H7HjtC0GWNSsJu8=";
hash = "sha256-y1whIPx4s399WmO2xzjLFXPKhINE9b3+jHJcmsP+3ZA=";
};
autobrr-web = stdenvNoCC.mkDerivation {