wayfirePlugins.wf-shell: 0.6.1 -> 0.7.0
This commit is contained in:
parent
403e5ef797
commit
938bbbdb1b
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wf-shell";
|
pname = "wf-shell";
|
||||||
version = "0.6.1";
|
version = "0.7.0";
|
||||||
|
|
||||||
# > Note to packagers: do not use the autogenerated "Source code"
|
# > Note to packagers: do not use the autogenerated "Source code"
|
||||||
# > archives from GitHub, but the wf-shell-0.4.0.tar.xz file.
|
# > archives from GitHub, but the wf-shell-0.4.0.tar.xz file.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/WayfireWM/wf-shell/releases/download/v${version}/wf-shell-${version}.tar.xz";
|
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 ];
|
nativeBuildInputs = [ meson ninja pkg-config wayland ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user