rc: unstable-2023-06-14 -> unstable-2025-10-01 (#502285)

This commit is contained in:
Sandro
2026-05-12 00:05:28 +00:00
committed by GitHub
+3 -10
View File
@@ -31,13 +31,13 @@ assert
assert (lineEditingLibrary == "readline") -> readlineSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "rc";
version = "unstable-2023-06-14";
version = "unstable-2025-10-01";
src = fetchFromGitHub {
owner = "rakitzis";
repo = "rc";
rev = "4aaba1a9cb9fdbb8660696a87850836ffdb09599";
hash = "sha256-Yql3mt7hTO2W7wTfPje+X2zBGTHiNXGGXYORJewJIM8=";
rev = "2bab312ea11cb77d2654a731357842971c0b5d18";
hash = "sha256-ViyO3i7P2RU5HZvbenANOT1WTF7JCLexeqeHPUT8PCQ=";
};
outputs = [
@@ -45,13 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
"man"
];
patches = [
(fetchpatch2 {
url = "https://github.com/rakitzis/rc/commit/2bab312ea11cb77d2654a731357842971c0b5d18.patch";
hash = "sha256-LpnrsvJH/0CRS0bCgoZT2Dkac6AZH8DZIPU4MQ5MP0I=";
})
];
# TODO: think on a less ugly fixup
postPatch = ''
ed -v -s Makefile << EOS