ombi: 4.0.1430 -> 4.0.1468

+4 -4
+4 -4
pkgs/servers/ombi/default.nix
··· 10 10 "Unsupported system: ${stdenv.hostPlatform.system}"); 11 11 12 12 hash = { 13 - x64-linux_hash = "sha256-LRScuJVI3/657RYZjY9I3rcmANaEaw48CWIYc0VWHs4="; 14 - arm64-linux_hash = "sha256-k0wi8FlVnU60Cnsng6CNNfoP+UItFLj15OxsqAfkO+4="; 15 - x64-osx_hash = "sha256-czcPj+PC4cfJMqYYZyVy1ReO8pqYFUqeV8o/moHuCRw="; 13 + x64-linux_hash = "sha256-4kvcBRMMH4AnTKSES5Cpst/omTRXVRq1V1y/z5njKJI="; 14 + arm64-linux_hash = "sha256-NLsf0ldvlKSrHJyAXv5Ar2zIetoga6iZPOGTxFOqoQQ="; 15 + x64-osx_hash = "sha256-tjvGuShz/fv3qUknFVKJ+tE/bVtIyPZ7dr4JfTEcDJY="; 16 16 }."${arch}-${os}_hash"; 17 17 18 18 in stdenv.mkDerivation rec { 19 19 pname = "ombi"; 20 - version = "4.0.1430"; 20 + version = "4.0.1468"; 21 21 22 22 sourceRoot = "."; 23 23