rofi: better patch for the DT_UNKNOWN edgecase

This commit is contained in:
Colin 2024-02-28 21:41:59 +00:00
parent 7a65bd36c7
commit 7fd56b63cb

View File

@ -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 {