summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authormatthewcroughan <matt@croughan.sh>2021-06-26 23:20:55 +0100
committermatthewcroughan <matt@croughan.sh>2021-06-26 23:20:55 +0100
commit05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb (patch)
treea19140155404b64d620d06650a45161c1befd1ef /pkgs/applications/window-managers
parent5b45b2fa6f6ac990d4c332cd0800e4a02af8e0b9 (diff)
downloadnixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar.gz
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar.bz2
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar.lz
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar.xz
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.tar.zst
nixpkgs-05046c2c2ae4b24cfacc00cc8f17e9395ee06fcb.zip
hikari: 2.3.0 -> 2.3.1
This removes the patches necessary to build with wlroots 0.14.0, as they have been merged into Hikari upstream
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/hikari/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/window-managers/hikari/default.nix b/pkgs/applications/window-managers/hikari/default.nix
index 2ec1ff26a79..a9545757d79 100644
--- a/pkgs/applications/window-managers/hikari/default.nix
+++ b/pkgs/applications/window-managers/hikari/default.nix
@@ -12,7 +12,7 @@
 
 let
   pname = "hikari";
-  version = "2.3.0";
+  version = "2.3.1";
 in
 
 stdenv.mkDerivation {
@@ -20,18 +20,9 @@ stdenv.mkDerivation {
 
   src = fetchzip {
     url = "https://hikari.acmelabs.space/releases/${pname}-${version}.tar.gz";
-    sha256 = "0vxwma2r9mb2h0c3dkpvf8dbrc2x2ykhc5bb0vd72sl9pwj4jxmy";
+    sha256 = "sha256-o6YsUATcWHSuAEfU7WnwxKNxRNuBt069qCv0FKDWStg=";
   };
 
-  patches = [
-    # To fix the build with wlroots 0.14.0:
-    (fetchpatch {
-      url = "https://cgit.freebsd.org/ports/plain/x11-wm/hikari/files/patch-wlroots-0.14?id=f2820b6cc2170feef17989c422f2cf46644a5b57";
-      sha256 = "1kpbcmgdm4clmf2ryrs5pv3ghycnq4glvs3d3ll6zr244ks5yf43";
-      extraPrefix = "";
-    })
-  ];
-
   nativeBuildInputs = [ pkg-config bmake ];
 
   buildInputs = [