remmina: 1.4.40 -> 1.4.41 (#432962)

This commit is contained in:
Yohann Boniface 2025-08-15 21:58:19 +02:00 committed by GitHub
commit 098b7d135c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [