Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

hakuneko: 5.0.8 -> 6.1.7

authored by

Noah Loomans and committed by
Matthieu Coudron
79cf2c25 126ff4d9

+3 -3
+3 -3
pkgs/tools/misc/hakuneko/default.nix
··· 21 21 in 22 22 stdenv.mkDerivation rec { 23 23 pname = "hakuneko"; 24 - version = "5.0.8"; 24 + version = "6.1.7"; 25 25 26 26 src = { 27 27 "x86_64-linux" = fetchurl { 28 28 url = "https://github.com/manga-download/hakuneko/releases/download/v${version}/hakuneko-desktop_${version}_linux_amd64.deb"; 29 - sha256 = "924df1d7a0ab54b918529165317e4428b423c9045548d1e36bd634914f7957f0"; 29 + sha256 = "06bb17d7a06bb0601053eaaf423f9176f06ff3636cc43ffc024438e1962dcd02"; 30 30 }; 31 31 "i686-linux" = fetchurl { 32 32 url = "https://github.com/manga-download/hakuneko/releases/download/v${version}/hakuneko-desktop_${version}_linux_i386.deb"; 33 - sha256 = "988d8b0e8447dcd0a8d85927f5877bca9efb8e4b09ed3c80a6788390e54a48d2"; 33 + sha256 = "32017d26bafffaaf0a83dd6954d3926557014af4022a972371169c56c0e3d98b"; 34 34 }; 35 35 }."${stdenv.hostPlatform.system}"; 36 36