lol

Merge pull request #311514 from r-ryantm/auto-update/rambox

rambox: 2.3.1 -> 2.3.2

authored by

Matthias Beyer and committed by
GitHub
d18b3d4b 6380af7e

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/rambox/default.nix
··· 2 2 3 3 let 4 4 pname = "rambox"; 5 - version = "2.3.1"; 5 + version = "2.3.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage"; 9 - hash = "sha256-fSj/AX1uCUAC3Vg5+rtGF3IDPFTHRAgJ8CPVL8BYc+E="; 9 + hash = "sha256-9AGzhj4UL2rEe67qvkX5VYhQEMETGYSDWv5XOgABSEE="; 10 10 }; 11 11 12 12 desktopItem = (makeDesktopItem {