Skip to content

Commit c4902d6

Browse files
authored
remmina: 1.4.35 -> 1.4.36 (#345938)
2 parents 4efb131 + d4c0f81 commit c4902d6

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/applications/networking/remote/remmina/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,15 @@
1818

1919
stdenv.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

0 commit comments

Comments
 (0)