Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix flake npmDepsHash
Joseph Goulden committed 1 year ago
commit 413bc50efa3fa8577c532ca1e81eb761b5800dda
parent 2891f0b
1 file changed +1 -1
modified flake.nix
@@ -76,7 +76,7 @@
          pname = "radicle-explorer";
          version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
          src = ./.;
-
          npmDepsHash = "sha256-JerBiY39TNsrDmdoJIZNuUhekP860q6/0ttSL/Gd7e0=";
+
          npmDepsHash = "sha256-5/oMcqtkPTZHmLYTilXIKeBs+r4LTDh43OwD2yb7nbg=";
          postPatch = ''
            patchShebangs --build ./scripts
            mkdir -p "public/twemoji"