Unverified Commit 59ef049e authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

gtk-layer-shell: 0.10.0 -> 0.10.1 (#506534)

parents 630af6a8 47151374
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.10.0";
  version = "0.10.1";

  outputs = [
    "out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "wmww";
    repo = "gtk-layer-shell";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Rl0cSIOsHDXlvjGesVoF98S3ehvTIzKOyetEyBCXDgk=";
    hash = "sha256-Qhbk5g3cYaE6qH/V4t0OMU/PsW233G53v8Ft0ceYfCI=";
  };

  strictDeps = true;