Skip to content

Commit 0a62cb5

Browse files
committed
freerdp: 3.14.1 -> 3.15.0
Signed-off-by: Felix Singer <felixsinger@posteo.net>
1 parent 9268059 commit 0a62cb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/fr/freerdp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262

6363
stdenv.mkDerivation (finalAttrs: {
6464
pname = "freerdp";
65-
version = "3.14.1";
65+
version = "3.15.0";
6666

6767
src = fetchFromGitHub {
6868
owner = "FreeRDP";
6969
repo = "FreeRDP";
7070
rev = finalAttrs.version;
71-
hash = "sha256-3hBssoD6l0d1DC5SRhE7HQlcoxNPjz3G8jbQx2rzp60=";
71+
hash = "sha256-xz1vP58hElXe/jLVrJOSpXcbqShBV7LHRpzqPLa2fDU=";
7272
};
7373

7474
postPatch =

0 commit comments

Comments
 (0)