Loading pkgs/servers/mastodon/source.nix +5 −2 Original line number Diff line number Diff line # This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches }: applyPatches { let version = "4.1.9"; in applyPatches { inherit version; src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v4.1.9"; rev = "${version}"; hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo="; }; patches = []; Loading pkgs/servers/mastodon/update.sh +5 −2 Original line number Diff line number Diff line Loading @@ -82,12 +82,15 @@ HASH=$(echo "$JSON" | jq -r .hash) cat > source.nix << EOF # This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches }: applyPatches { let version = "$VERSION"; in applyPatches { inherit version; src = fetchFromGitHub { owner = "$OWNER"; repo = "$REPO"; rev = "$REVISION"; rev = "\${version}"; hash = "$HASH"; }; patches = [$PATCHES]; Loading Loading
pkgs/servers/mastodon/source.nix +5 −2 Original line number Diff line number Diff line # This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches }: applyPatches { let version = "4.1.9"; in applyPatches { inherit version; src = fetchFromGitHub { owner = "mastodon"; repo = "mastodon"; rev = "v4.1.9"; rev = "${version}"; hash = "sha256-xpE/mg2AeioW6NThUjLS+SBxGavG4w1xtp3BOMADfYo="; }; patches = []; Loading
pkgs/servers/mastodon/update.sh +5 −2 Original line number Diff line number Diff line Loading @@ -82,12 +82,15 @@ HASH=$(echo "$JSON" | jq -r .hash) cat > source.nix << EOF # This file was generated by pkgs.mastodon.updateScript. { fetchFromGitHub, applyPatches }: applyPatches { let version = "$VERSION"; in applyPatches { inherit version; src = fetchFromGitHub { owner = "$OWNER"; repo = "$REPO"; rev = "$REVISION"; rev = "\${version}"; hash = "$HASH"; }; patches = [$PATCHES]; Loading