Commit 5ed08223 authored by 7c6f434c's avatar 7c6f434c
Browse files

libreoffice-*: fix update.sh for collabora

parent 0f80da4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -100,10 +100,10 @@ case $variant in
        echo "  url = \"$(jq -r '.url' <<< "$prefetch_output")\";" >> $t.nix
        echo "  rev = \"$rev\";" >> $t.nix
        echo "  hash = \"$(jq -r '.hash' <<< "$prefetch_output")\";" >> $t.nix
        echo "}"
        echo "}" >> "$t.nix"
    done

    local prefetch_output=$(nix-prefetch-git "https://gerrit.libreoffice.org/core" --rev "$rev")
    prefetch_output=$(nix-prefetch-git "https://gerrit.libreoffice.org/core" --rev "$rev")
    echo "{ fetchgit, ... }:" > main.nix
    echo "fetchgit {" >> main.nix
    echo "  url = \"$(jq -r '.url' <<< "$prefetch_output")\";" >> main.nix