Unverified Commit 0abf6a15 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

gtk4-layer-shell: 1.0.2 -> 1.0.3 (#341016)

parents 1cd6cbe6 752666ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "gtk4-layer-shell";
  version = "1.0.2";
  version = "1.0.3";

  outputs = [ "out" "dev" "devdoc" ];
  outputBin = "devdoc";
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "wmww";
    repo = "gtk4-layer-shell";
    rev = "v${finalAttrs.version}";
    hash = "sha256-decjPkFkYy7kIjyozsB7BEmw33wzq1EQyIBrxO36984=";
    hash = "sha256-oGtU1H1waA8ZAjaLMdb+x0KIIwgjhdn38ra/eFVWfFI=";
  };

  strictDeps = true;