3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130100 from ryantm/remmina

remmina: 1.4.13 -> 1.4.20
This commit is contained in:
Sandro 2021-07-13 22:39:00 +02:00 committed by GitHub
commit dc93924e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "remmina";
version = "1.4.13";
version = "1.4.20";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${version}";
sha256 = "sha256-R+RfczAnt5R0YmXt5SmH8gOuWOH0LZ/70pOMDAXJgsE=";
sha256 = "sha256-m3DUaoOD8COxMwCVBTipzCAz3mqIdunEbVPjyjAl9So=";
};
nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];