automatically update readme hash

This commit is contained in:
Robin Raymond 2019-12-18 09:33:52 +01:00
parent 5d1f5cb349
commit 7bda4c4f11
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
#!/usr/bin/env bash
sed -i -e "s/v[0-9]\+\.[0-9]\+\.[0-9]\+/$1/g" README.md
HASH=$(nix-prefetch-url "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/v2.3.0/nixos-mailserver-$1.tar.gz" --unpack)
sed -i -e "s/sha256 = \"[0-9a-z]\{52\}\"/sha256 = \"$HASH\"/g" README.md