wayfirePlugins.wf-shell: 0.6.1 -> 0.7.0

This commit is contained in:
Alyssa Ross 2021-02-07 19:17:26 +00:00
parent 403e5ef797
commit 938bbbdb1b
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "wf-shell";
version = "0.6.1";
version = "0.7.0";
# > Note to packagers: do not use the autogenerated "Source code"
# > archives from GitHub, but the wf-shell-0.4.0.tar.xz file.
src = fetchurl {
url = "https://github.com/WayfireWM/wf-shell/releases/download/v${version}/wf-shell-${version}.tar.xz";
sha256 = "0jl8gj185k2ff754lcj5b5nldhkvrhmlaj8lsik4kx78vlb5m3ns";
sha256 = "1isybm9lcpxwyf6zh2vzkwrcnw3q7qxm21535g4f08f0l68cd5bl";
};
nativeBuildInputs = [ meson ninja pkg-config wayland ];