dawarich: 1.7.11 -> 1.9.1

The redis gem has been downgraded, and having an empty REDIS_URL env
variable causes a build error.
This commit is contained in:
Diogo Correia
2026-06-22 22:14:28 +01:00
parent 2ceb68f6d7
commit b5f0f246b0
3 changed files with 215 additions and 183 deletions
+212 -179
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -63,7 +63,6 @@ stdenv.mkDerivation (finalAttrs: {
env = {
RAILS_ENV = "production";
NODE_ENV = "production";
REDIS_URL = ""; # build error if not defined
TAILWINDCSS_INSTALL_DIR = "${tailwindcss_3}/bin";
};
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.7.11",
"hash": "sha256-10FPOt/58AgP4ChMlAn5bYg2erJFXDdjXlHr3pA4L3Y=",
"npmHash": "sha256-CwpVV5xLw75ReS0IqFvV3oaVk6EBlqYIKRa2KehVwFQ="
"version": "1.9.1",
"hash": "sha256-ukpX2HOGNh14vbH/2UgjIU13PMBIA8Es2p7sBySAgVQ=",
"npmHash": "sha256-sUDEqvqNrztedUGZRRkD2ythpBQQwpqJz/QleUvqz0Y="
}