gtk4-layer-shell: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-09-10 13:07:44 +00:00
parent ab775a195f
commit 752666ae66

View File

@ -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;