Unverified Commit a590bd8d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

rambox: 2.1.2 -> 2.1.3
parents e9aa95d4 f37c8f52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

let
  pname = "rambox";
  version = "2.1.2";
  version = "2.1.3";

  src = fetchurl {
    url = "https://github.com/ramboxapp/download/releases/download/v${version}/Rambox-${version}-linux-x64.AppImage";
    sha256 = "sha256-FeW11prM9wTYA6cELF/qcITbTqJ+B+VVvzcw2W6i/CY=";
    sha256 = "sha256-wvjCr1U+/1/GtebMNWJjizzegqZ+wWXUrmOshYtMq6o=";
  };

  desktopItem = (makeDesktopItem {