freshrss: patch in correct shebangs

This commit is contained in:
2022-10-13 22:15:30 -07:00
parent fcf60bae35
commit 130dd3f895

View File

@@ -13,6 +13,12 @@ fetchpatch: [
sha256 = "sha256-UWnfS+stVpUZ3Sfaym9XtVBlwvHWJVMaW7cYIcf3M5Q="; sha256 = "sha256-UWnfS+stVpUZ3Sfaym9XtVBlwvHWJVMaW7cYIcf3M5Q=";
}) })
# freshrss: patchShebangs instead of specifying interpreter in the service
(fetchpatch {
url = "https://git.uninsane.org/colin/nixpkgs/commit/9443d83e6fee728c1926a783647b45011bd3b514.diff";
sha256 = "sha256-Lngle5YTE7ymQyUarKbebMjiaTlY5cJBoaeZk7AgbXE=";
})
# Fix mk flutter app # Fix mk flutter app
# closed (not merged). updates fluffychat 1.2.0 -> 1.6.1, but unstable hashing # closed (not merged). updates fluffychat 1.2.0 -> 1.6.1, but unstable hashing
# (fetchpatch { # (fetchpatch {