remmina: 1.4.37 -> 1.4.39

This commit is contained in:
R. Ryantm
2025-01-22 21:31:18 +01:00
committed by Bjørn Forsman
parent 25bda5eaf6
commit 9cdbbbda8b
@@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "remmina";
version = "1.4.37";
version = "1.4.39";
src = fetchFromGitLab {
owner = "Remmina";
repo = "Remmina";
rev = "v${finalAttrs.version}";
hash = "sha256-ZxQqRtJl4U33qSHbuYHN72r+VKx1ckfFH2iZQHl6qVE=";
hash = "sha256-gsQtPa6NLQC3nMfemmZv416hyqFg8Z1GDMALhNaPAOw=";
};
nativeBuildInputs = [