aboutsummaryrefslogtreecommitdiff
path: root/.config/nixpkgs/packages/wf-shell
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2024-04-24 00:00:00 +0000
committertdro <tdro@users.noreply.github.com>2024-04-24 00:00:00 +0000
commit875bf4982451673f78da17692976d9a2f5eae776 (patch)
tree842fac2674899212495cf978ce70c8eed43c125f /.config/nixpkgs/packages/wf-shell
parent70ff09e114dae6adca9da536b6130fa24ee3e3ca (diff)
downloaddotfiles-875bf4982451673f78da17692976d9a2f5eae776.tar.gz
dotfiles-875bf4982451673f78da17692976d9a2f5eae776.tar.bz2
dotfiles-875bf4982451673f78da17692976d9a2f5eae776.zip
.config/nixpkgs: Syncronize up
Diffstat (limited to '.config/nixpkgs/packages/wf-shell')
-rw-r--r--.config/nixpkgs/packages/wf-shell/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nixpkgs/packages/wf-shell/package.nix b/.config/nixpkgs/packages/wf-shell/package.nix
index 46448b9..42e4121 100644
--- a/.config/nixpkgs/packages/wf-shell/package.nix
+++ b/.config/nixpkgs/packages/wf-shell/package.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/WayfireWM/wf-shell";
- sha256 = "sha256-DoGW9rCEQFDO/SJ/ZWv2SPzC/acLFnPPncs683ugEvY=";
+ sha256 = "sha256-qkfN6JfAp5UaHXNuU6Jwu87YNCyjEJzVLLy8EUG5UNE";
};
mesonFlags = [ "--sysconfdir" "/etc" ];