pkgs/ranger-git: update patch

This commit is contained in:
Wroclaw 2025-05-07 12:59:22 +02:00
parent 3cd52e61d0
commit af26d10814

View file

@ -22,8 +22,8 @@ ranger.overrideAttrs (selfAttrs: superAttrs: {
patches = superAttrs.patches or [] ++ [ patches = superAttrs.patches or [] ++ [
(fetchpatch { (fetchpatch {
url = "https://github.com/ranger/ranger/commit/efb5d0410083ae218996eaa2447d828794229ecf.patch"; url = "https://github.com/ranger/ranger/commit/c6bd9e051e8429fb8dcf16acf6ae9d34f14ecb24.patch";
hash = "sha256-q/3pbnpnCoEoPY76v63OHtGrDQdFQBEZTFG6XNAeJ4w="; hash = "sha256-NOGL51Ctv0Rmo+lbUY8awimo/9K007mPfRUnYBihRNQ=";
}) })
]; ];