Merge pull request #81171 from r-ryantm/auto-update/remmina
remmina: 1.3.10 -> 1.4.1
This commit is contained in:
commit
ca10dbcb98
@ -13,13 +13,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "remmina";
|
pname = "remmina";
|
||||||
version = "1.3.10";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "Remmina";
|
owner = "Remmina";
|
||||||
repo = "Remmina";
|
repo = "Remmina";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gc7b88129avl9sbax3ncvm7zf2qvq35ixvvpr2zj74g3qnphl08";
|
sha256 = "084yw0fd3qmzzd6xinhf4plv5bg8gfj4jnfac7zi1nif8zilf456";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ cmake ninja pkgconfig wrapGAppsHook ];
|
||||||
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = https://gitlab.com/Remmina/Remmina;
|
homepage = "https://gitlab.com/Remmina/Remmina";
|
||||||
description = "Remote desktop client written in GTK";
|
description = "Remote desktop client written in GTK";
|
||||||
maintainers = with maintainers; [ melsigl ryantm ];
|
maintainers = with maintainers; [ melsigl ryantm ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user