Merge pull request #244736 from SuperSandro2000/mastodon-4.1.5

mastodon: 4.1.4 -> 4.1.5
This commit is contained in:
Sandro
2023-07-22 18:12:05 +02:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+2 -2
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;
+1 -1
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"
+1 -1
View File
@@ -1 +1 @@
"4.1.4"
"4.1.5"