File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/applications/networking/remote/remmina Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1818
1919stdenv . mkDerivation ( finalAttrs : {
2020 pname = "remmina" ;
21- version = "1.4.35 " ;
21+ version = "1.4.36 " ;
2222
2323 src = fetchFromGitLab {
2424 owner = "Remmina" ;
2525 repo = "Remmina" ;
2626 rev = "v${ finalAttrs . version } " ;
27- hash = "sha256-0z2fcBnChCBYPxyFm/xpAW0jHaUGA92NQgjt+lWFUnM =" ;
27+ hash = "sha256-u+ysAFi7I7nXIiAw7VCmHbqgtRoZgkPnRfy/Mnl1b2g =" ;
2828 } ;
2929
30- patches = [
31- ( fetchpatch2 {
32- name = "add-a-conditional-check-for-darwin-and-NetBSD.patch" ;
33- url = "https://gitlab.com/Remmina/Remmina/-/commit/3b681398c823e070c7f780166b9d9fc2158e66c1.diff" ;
34- hash = "sha256-Ovdrsl9bftXiuXV+sqvDP9VGuXQZzC5VKOmkYmBXhNA=" ;
35- } )
36- ] ;
37-
3830 nativeBuildInputs = [ cmake ninja pkg-config wrapGAppsHook3 ]
3931 ++ lib . optionals stdenv . hostPlatform . isDarwin [ desktopToDarwinBundle ] ;
4032
You can’t perform that action at this time.
0 commit comments