Unverified Commit 51a6e3d2 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

gtk-layer-shell: 0.9.1 -> 0.9.2 (#409607)

parents 5d61e2d5 4132cedd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gtk-layer-shell";
  version = "0.9.1";
  version = "0.9.2";

  outputs = [
    "out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "wmww";
    repo = "gtk-layer-shell";
    rev = "v${finalAttrs.version}";
    hash = "sha256-TObAo/YgS6ObYrNLitxMwneGzLxwnnBIOhBVAeAzbt4=";
    hash = "sha256-+vJouQEauTe/dp2WdOJcc2Byv1+Hb0iaUgwBPnV9g48=";
  };

  strictDeps = true;