ferdi: 5.6.4 -> 5.6.5 (#152239)

This commit is contained in:
derjohn 2022-01-02 14:26:29 +01:00 committed by GitHub
parent 76c1b6c362
commit 64346a8685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,10 @@ in
mkFranzDerivation' rec {
pname = "ferdi";
name = "Ferdi";
version = "5.6.4";
version = "5.6.5";
src = fetchurl {
url = "https://github.com/getferdi/ferdi/releases/download/v${version}/ferdi_${version}_amd64.deb";
sha256 = "sha256-y3kuhSWoGysGkvDTV+bze6LSXVO4uDfDOos64eSYFf0=";
sha256 = "sha256-JeFPvU4xXHcv6/ApCDkejYWfA8lqsxwoFXnqIiOQ0+Y=";
};
extraBuildInputs = [ xorg.libxshmfence ];
meta = with lib; {