lol

whisparr: 2.0.0.819 -> 2.0.0.891 (#392203)

Co-authored-by: paveloom <contact@paveloom.dev>

authored by

nixpkgs-merge-bot[bot]
paveloom
and committed by
GitHub
dbb1c032 e2da8eb7

+5 -5
+5 -5
pkgs/by-name/wh/whisparr/package.nix
··· 29 29 ."${system}" or (throw "Unsupported system: ${system}"); 30 30 hash = 31 31 { 32 - arm64-linux-hash = "sha256-CRZp8nUs35uM5VFhinR0IQcf/t624kIRvxuXuJ0eaE4="; 33 - arm64-osx-hash = "sha256-nrJxQg0Qzp1cJZttpX+e2CwsniXeDV7ow8JvJX0gi4c="; 34 - x64-linux-hash = "sha256-m3KyHPe+A3iO4MosFNeTYPWzyzXTFRU/0in+Tvxnamw="; 35 - x64-osx-hash = "sha256-zvx3PTcTvIT2l32AheY8SN419ewUdmhyQ1O9GgVs2zI="; 32 + arm64-linux-hash = "sha256-GQSDButJqPmWbxhDIYqIZxhL2Bn4IpFP8Vinv6OsI9Q="; 33 + arm64-osx-hash = "sha256-6e2Pqb/V02I+9ZTxR2er+zMLEBE4ZnJcwkVEgqO04eU="; 34 + x64-linux-hash = "sha256-KZ24XPz1WwL4dK1wFT7x6jH2WU3NgFYLiSx2QfmstkA="; 35 + x64-osx-hash = "sha256-p749/sc7aAzuvwwlCOx+pNh4J7DIJIZlvsFRa/mIlMk="; 36 36 } 37 37 ."${arch}-${os}-hash"; 38 38 in 39 39 stdenv.mkDerivation rec { 40 40 pname = "whisparr"; 41 - version = "2.0.0.819"; 41 + version = "2.0.0.891"; 42 42 43 43 src = fetchurl { 44 44 name = "${pname}-${arch}-${os}-${version}.tar.gz";