Commit d11e1418 authored by Jan Tojnar's avatar Jan Tojnar
Browse files
parent 9df7c3f4
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -17,16 +17,18 @@
  libxml2,
  gtk-vnc,
  gtk-frdp,
  spice-gtk,
  spice-protocol,
  gnome,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "gnome-connections";
  version = "48.0";
  version = "49.rc";

  src = fetchurl {
    url = "mirror://gnome/sources/gnome-connections/${lib.versions.major finalAttrs.version}/gnome-connections-${finalAttrs.version}.tar.xz";
    hash = "sha256-Nw75QFBrVybG8rfLl5ayI9HW1Chfg8/DOFvWdMMon9A=";
    hash = "sha256-Y+lApq2dV+K/vIJo0IHglrKWajGrzhAS86+S8HcrJwM=";
  };

  nativeBuildInputs = [
@@ -49,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
    libsecret
    libxml2
    gtk-frdp
    spice-gtk
    spice-protocol
  ];

  passthru = {