ricochet: 1.1.2 -> 1.1.4 (#21458)

authored by

Nicolas Pouillard and committed by zimbatm.tngl.sh 5952897e de99dc50

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/ricochet/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "ricochet-${version}"; 8 - version = "1.1.2"; 8 + version = "1.1.4"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/ricochet-im/ricochet/archive/v${version}.tar.gz"; 12 - sha256 = "1szb5vmlqal0vhan87kgbks184f7xbfay1hr3d3vm8r1lvcjjfkr"; 12 + sha256 = "1kfj42ksvj7axc809lb8siqzj5hck2pib427b63a3ipnqc5h1faf"; 13 13 }; 14 14 15 15 desktopItem = makeDesktopItem { ··· 51 51 description = "Anonymous peer-to-peer instant messaging"; 52 52 homepage = "https://ricochet.im"; 53 53 license = licenses.bsd3; 54 - maintainers = [ maintainers.codsl maintainers.jgillich ]; 54 + maintainers = [ maintainers.codsl maintainers.jgillich maintainers.np ]; 55 55 platforms = platforms.linux; 56 56 }; 57 57 }