Update keybase-gui from 6.2.2 to 6.2.4

This commit is contained in:
Markus Läll 2024-01-02 22:46:09 +02:00
parent a6c788226a
commit 5df8727baa

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 = [