gtk-layer-shell: 0.8.2 -> 0.9.0 (#341011)

This commit is contained in:
Donovan Glover 2024-09-10 17:46:44 +00:00 committed by GitHub
commit aa2c4fc81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gtk-layer-shell";
version = "0.8.2";
version = "0.9.0";
outputs = [ "out" "dev" "devdoc" ];
outputBin = "devdoc"; # for demo
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "wmww";
repo = "gtk-layer-shell";
rev = "v${finalAttrs.version}";
hash = "sha256-8wpfoZcgusJdEbKGZ02UtOOcSogMTNP9Lm+ujo/eKdA=";
hash = "sha256-9hQE1NY5QCuj+5R5aSjJ0DaMUQuO7HPpZooj+1+96RY=";
};
strictDeps = true;