Skip to content

Commit

Permalink
vk-messenger: 4.5.2 -> 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidorah committed Feb 26, 2020
1 parent f47755d commit c694fcf
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -3,18 +3,18 @@
, wrapGAppsHook }:

let
version = "4.5.2";
version = "5.0.1";
in stdenv.mkDerivation {
pname = "vk-messenger";
inherit version;
src = {
i686-linux = fetchurl {
url = "https://desktop.userapi.com/rpm/master/vk-${version}.i686.rpm";
sha256 = "11xsdmvd2diq3m61si87x2c08nap0vakcypm90wjmdjwayg3fdlw";
sha256 = "1ji23x13lzbkiqfrrwx1pj6gmms0p58cjmjc0y4g16kqhlxl60v6";
};
x86_64-linux = fetchurl {
url = "https://desktop.userapi.com/rpm/master/vk-${version}.x86_64.rpm";
sha256 = "0j65d6mwj6rxczi0p9fsr6jh37jxw3a3h6w67xwgdvibb7lf3gbb";
sha256 = "01vvmia2qrxvrvavk9hkkyvfg4pg15m01grwb28884vy4nqw400y";
};
}.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");

Expand Down

0 comments on commit c694fcf

Please sign in to comment.