Merge pull request #278346 from eyeinsky/keybase-gui

Update keybase-gui from 6.2.2 to 6.2.4
This commit is contained in:
Fabián Heredia Montiel 2024-01-04 15:52:47 -06:00 committed by GitHub
commit 0b1aecbe58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,16 +4,16 @@
, runtimeShell, gsettings-desktop-schemas }:
let
versionSuffix = "20230726175256.4464bfb32d";
versionSuffix = "20240101011938.ae7e4a1c15";
in
stdenv.mkDerivation rec {
pname = "keybase-gui";
version = "6.2.2"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
version = "6.2.4"; # Find latest version and versionSuffix from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
src = fetchurl {
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version + "-" + versionSuffix}_amd64.deb";
hash = "sha256-X3BJksdddTdxeUqVjzcq3cDRGRqmaYE7Z+eXtHoqbkg=";
hash = "sha256-XyGb9F83z8+OSjxOaO5k+h2qIY78ofS/ZfTXki54E5Q=";
};
nativeBuildInputs = [