From 7fd56b63cb09749c3336ce7bea95757e66eb5a52 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 28 Feb 2024 21:41:59 +0000 Subject: [PATCH] rofi: better patch for the DT_UNKNOWN edgecase --- hosts/common/programs/rofi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/programs/rofi/default.nix b/hosts/common/programs/rofi/default.nix index b6c2127b..2491d49b 100644 --- a/hosts/common/programs/rofi/default.nix +++ b/hosts/common/programs/rofi/default.nix @@ -32,8 +32,8 @@ let repo = "rofi"; fetchSubmodules = true; # rev = "dev-sane"; #< fetchFromGitea doesn't support tags (?) - rev = "57e8562f8a8d42780aa7518c92175298996bc344"; - hash = "sha256-PPvWeM2LUKW5e2HQtsXepizJ69PHYRd2ch6BcP6IERE="; + rev = "3e7ed93b3a75b964d9c49f1322c9cc886f7d498e"; + hash = "sha256-wiQtdvnmju42jmi4UR8PYDL119Gt2DQ/3an4dmeMrjE="; }; # patches = (upstream.patches or []) ++ [ # (pkgs.fetchpatch {