Commit 702820b5 authored by Alexandre Acebedo's avatar Alexandre Acebedo
Browse files

swaysettings: 0.3.0 -> 0.4.0

parent 952871ce
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -8,10 +8,12 @@
, glib
, gobject-introspection
, gsettings-desktop-schemas
, gtk-layer-shell
, gtk3
, json-glib
, libgee
, libhandy
, libpulseaudio
, libxml2
, meson
, ninja
@@ -25,13 +27,13 @@

stdenv.mkDerivation rec {
  pname = "swaysettings";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "ErikReider";
    repo = "SwaySettings";
    rev = "v${version}";
    hash = "sha256-2bbB+37t6chbdnOSpIolAsy7aD9i1UizWqkcF8Frfsk=";
    hash = "sha256-dn3n5DOAsw0FeXBkh19A2qB/5O+RyA2/Fj5PVtMOyL0=";
  };

  nativeBuildInputs = [
@@ -52,10 +54,12 @@ stdenv.mkDerivation rec {
    glib
    gobject-introspection
    gsettings-desktop-schemas
    gtk-layer-shell
    gtk3
    json-glib
    libgee
    libhandy
    libpulseaudio
    libxml2
    pantheon.granite
  ];