remmina: 1.4.40 -> 1.4.41

This commit is contained in:
R. Ryantm
2025-08-12 00:39:37 +00:00
parent a2a025b8f3
commit 85a6d0069f
+2 -2
View File
@@ -51,13 +51,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "remmina";
version = "1.4.40";
version = "1.4.41";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${finalAttrs.version}";
hash = "sha256-AfZ9tWoaZTRs7GZOdli74e7/X/OMgbvfez9BipoZ/ng=";
hash = "sha256-0KUwZ81CyuLa05Cwe7wJrTbM1Dp9mAzNBI5pR7FKTOU=";
};
nativeBuildInputs = [