Loading pkgs/by-name/be/beeper/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ }: let pname = "beeper"; version = "4.2.605"; version = "4.2.630"; src = fetchurl { url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage"; hash = "sha256-c+ISP/6kWR7RMV55LR8Ap4CIn9y1h6Vo9A92+7tpVL8="; hash = "sha256-1oaJoQ9Ws9Bc+CQFojYCJc5ChgkHUVOKtWrT3ehGMNU="; }; appimageContents = appimageTools.extract { inherit pname version src; Loading Loading
pkgs/by-name/be/beeper/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,10 +9,10 @@ }: let pname = "beeper"; version = "4.2.605"; version = "4.2.630"; src = fetchurl { url = "https://beeper-desktop.download.beeper.com/builds/Beeper-${version}-x86_64.AppImage"; hash = "sha256-c+ISP/6kWR7RMV55LR8Ap4CIn9y1h6Vo9A92+7tpVL8="; hash = "sha256-1oaJoQ9Ws9Bc+CQFojYCJc5ChgkHUVOKtWrT3ehGMNU="; }; appimageContents = appimageTools.extract { inherit pname version src; Loading