mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
keybase-gui: 1.0.44 -> 2.3.0
Upgrade keybase-gui to the latest release.
This commit is contained in:
parent
fdfe5b028b
commit
6c5bf24d1d
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
|
{ stdenv, fetchurl, buildFHSUserEnv, writeTextFile, alsaLib, atk, cairo, cups
|
||||||
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk2
|
, dbus, expat, fontconfig, freetype, gcc, gdk_pixbuf, glib, gnome2, gtk3
|
||||||
, libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
|
, libnotify, nspr, nss, pango, systemd, xorg, utillinuxMinimal }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -16,7 +16,7 @@ let
|
||||||
gdk_pixbuf
|
gdk_pixbuf
|
||||||
glib
|
glib
|
||||||
gnome2.GConf
|
gnome2.GConf
|
||||||
gtk2
|
gtk3
|
||||||
libnotify
|
libnotify
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
|
@ -38,10 +38,10 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "keybase-gui-${version}";
|
name = "keybase-gui-${version}";
|
||||||
version = "1.0.44-20180223200436.9a9ccec79";
|
version = "2.3.0-20180627160031.8e0438e6fb";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version}_amd64.deb";
|
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version}_amd64.deb";
|
||||||
sha256 = "0dmi0fw39924kpahlsk853hbmpy8a6nj78lrh1wharayjpvj6jv3";
|
sha256 = "0xaxxjdfdmgv0wfy75dspfa0a7cdwdpphyy6my9vw82v8jxl3ffx";
|
||||||
};
|
};
|
||||||
phases = ["unpackPhase" "installPhase" "fixupPhase"];
|
phases = ["unpackPhase" "installPhase" "fixupPhase"];
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue