about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/wayfire/wf-shell.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-02-07 19:17:26 +0000
committerAlyssa Ross <hi@alyssa.is>2021-02-07 23:00:55 +0000
commit938bbbdb1bbfc65bd368ef880100aa5df6c88c45 (patch)
tree85b7d72fc19f508b1bb914b2074d6c2b845e44b4 /pkgs/applications/window-managers/wayfire/wf-shell.nix
parent403e5ef797be6f8934e69372cb4f36bdb0a13968 (diff)
wayfirePlugins.wf-shell: 0.6.1 -> 0.7.0
Diffstat (limited to 'pkgs/applications/window-managers/wayfire/wf-shell.nix')
-rw-r--r--pkgs/applications/window-managers/wayfire/wf-shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/wayfire/wf-shell.nix b/pkgs/applications/window-managers/wayfire/wf-shell.nix
index 6e5f189275b63..3948e9a32abc1 100644
--- a/pkgs/applications/window-managers/wayfire/wf-shell.nix
+++ b/pkgs/applications/window-managers/wayfire/wf-shell.nix
@@ -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 ];