hippocampus: fix: dawarich
This commit is contained in:
@@ -15,4 +15,4 @@ index d45a7657..d0a7b750 100644
|
|||||||
+ ffi (1.17.2)
|
+ ffi (1.17.2)
|
||||||
foreman (0.90.0)
|
foreman (0.90.0)
|
||||||
thor (~> 1.4)
|
thor (~> 1.4)
|
||||||
fugit (1.11.1)
|
fugit (1.11.1)
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ index a32eb801..b2fc45bc 100644
|
|||||||
+ openssl
|
+ openssl
|
||||||
parallel
|
parallel
|
||||||
pg
|
pg
|
||||||
prometheus_exporter
|
prometheus_exporter
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
./package.nix
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"hash": "sha256-oL1XLBaSYCeP+Fn+6BlGMEgCTkwZhT1VZNamrcRXrgI=",
|
"hash": "sha256-6NlqeiG+kjpSVpg8JFvqZPvCoigzjIcF1Ru/AdMwShg=",
|
||||||
"npmHash": "sha256-doBsDBsO7npHs/jyeg4xWzdauWoK6dPe8z+97IP2zxI="
|
"npmHash": "sha256-doBsDBsO7npHs/jyeg4xWzdauWoK6dPe8z+97IP2zxI="
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ set -o pipefail
|
|||||||
OWNER="Freika"
|
OWNER="Freika"
|
||||||
REPO="dawarich"
|
REPO="dawarich"
|
||||||
|
|
||||||
old_version=$( cat sources.json | jq ".version" | tr -d '"')
|
old_version=$(nix-instantiate --eval -A 'dawarich.version' default.nix | tr -d '"')
|
||||||
version=$(curl -s ${GITHUB_TOKEN:+-u ":$GITHUB_TOKEN"} "https://api.github.com/repos/$OWNER/$REPO/releases/latest" | jq -r ".tag_name")
|
version=$(curl -s ${GITHUB_TOKEN:+-u ":$GITHUB_TOKEN"} "https://api.github.com/repos/$OWNER/$REPO/releases/latest" | jq -r ".tag_name")
|
||||||
|
|
||||||
echo "Updating to $version"
|
echo "Updating to $version"
|
||||||
|
|||||||
Reference in New Issue
Block a user