remmina: 1.4.23 -> 1.4.24

authored by R. Ryantm and committed by ehmry 23360348 96deebbd

+2 -2
+2 -2
pkgs/applications/networking/remote/remmina/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "remmina"; 16 - version = "1.4.23"; 17 18 src = fetchFromGitLab { 19 owner = "Remmina"; 20 repo = "Remmina"; 21 rev = "v${version}"; 22 - sha256 = "sha256-MyemiSAMZEa9Ng6WHEyHgrze8YtIbzMCR8CTb86PDsg="; 23 }; 24 25 nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];
··· 13 14 stdenv.mkDerivation rec { 15 pname = "remmina"; 16 + version = "1.4.24"; 17 18 src = fetchFromGitLab { 19 owner = "Remmina"; 20 repo = "Remmina"; 21 rev = "v${version}"; 22 + sha256 = "sha256-rcxgr3HVOWA3mTfX8tka9bPGDRDtKhBRsfQ3hv9XHf0="; 23 }; 24 25 nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook ];