My Nix Configuration

[marvin] Update iceshrimp

Changed files
+3 -2
systems
x86_64-linux
marvin
services
+3 -2
systems/x86_64-linux/marvin/services/iceshrimp.nix
···
d = lib.py.data.services.iceshrimp;
package = inputs.iceshrimp.packages.x86_64-linux.iceshrimp-pre.overrideAttrs rec {
-
version = "2023.12.7-pyrox3";
+
version = "2023.12.8-pyrox1";
src = pkgs.fetchgit {
url = "https://iceshrimp.dev/pyrox/iceshrimp";
-
sha256 = "sha256-V98On2QFfLA6TazZZYsga0YdPIz+OzZQb290xx1nXvg=";
+
hash = "sha256-hxZ3rVVAiAMFAYhZ2o+WhlMuhjbt5EyHKOl1VyyL5RA=";
rev = "v${version}";
fetchLFS = true;
+
deepClone = false;
};
patches = [ ];
};