remmina: 1.4.20 -> 1.4.23

This commit is contained in:
R. Ryantm 2022-01-20 14:06:40 +00:00
parent dd2dcbbfe8
commit 98b60db675

View file

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