lol

gopeed: 1.6.4 -> 1.6.5 (#368238)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
37e24536 354e6458

+2 -2
+2 -2
pkgs/by-name/go/gopeed/package.nix
··· 14 14 }: 15 15 stdenv.mkDerivation rec { 16 16 pname = "gopeed"; 17 - version = "1.6.4"; 17 + version = "1.6.5"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/GopeedLab/gopeed/releases/download/v${version}/Gopeed-v${version}-linux-amd64.deb"; 21 - hash = "sha256-tfBeoUlZOMmGeeKNgm22X/QzYKOUozI8dt3H76TiqB4="; 21 + hash = "sha256-pFxFw8ZNV8u0Wbeh5/j/EpuH9GiyjFVyLl2M7jUr7tc="; 22 22 }; 23 23 24 24 nativeBuildInputs = [