wayfirePlugins.wf-shell: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-03-13 14:56:16 +00:00
parent a6af0d9267
commit 6d4dbbd0e9

View File

@ -16,14 +16,14 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "wf-shell"; pname = "wf-shell";
version = "0.8.0"; version = "0.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "WayfireWM"; owner = "WayfireWM";
repo = "wf-shell"; repo = "wf-shell";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-K5g9DfFlqZyPHDUswx3vtzh0D9ogOQ1p87ZrqyH35vs="; hash = "sha256-/ajFPIk8VJnlu2DzvSyGD3bC4r/pxALTkZeLNvs9dTw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [