mastodon: 4.1.4 -> 4.1.5

This commit is contained in:
Sandro Jäckel 2023-07-22 01:46:47 +02:00
parent c6d9dfa60b
commit 19ad8f5c79
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v4.1.4";
hash = "sha256-8ULBO8IdwBzC5dgX3netTHbbRrODX4CropWZWtqWHZw=";
rev = "v4.1.5";
hash = "sha256-1bWrKcw+EQyu7WBujR5sptiUOjbhJvIM76h9jcX24jw=";
};
in applyPatches {
inherit src;

View File

@ -76,7 +76,7 @@ function cleanup {
trap cleanup EXIT
echo "Fetching source code $REVISION"
JSON=$(nix-prefetch-github "$OWNER" "$REPO" --rev "$REVISION" 2> $WORK_DIR/nix-prefetch-git.out)
JSON=$(nix-prefetch-github "$OWNER" "$REPO" --rev "$REVISION" 2> $WORK_DIR/nix-prefetch-git.out)
HASH=$(echo "$JSON" | jq -r .hash)
echo "Creating version.nix"

View File

@ -1 +1 @@
"4.1.4"
"4.1.5"