ci(fix): release, sed nix update replace

This commit is contained in:
2025-07-09 20:10:45 +02:00
parent 3d993c6260
commit 57fedc9fd5

View File

@@ -116,7 +116,7 @@ jobs:
sha256sum=$(nix hash path "$tmpdir") sha256sum=$(nix hash path "$tmpdir")
sed -i -E 's/(.*version\s*=\s*")[0-9.]*(".*)/\1'${{ needs.release-checks.outputs.VERSION }}'\2/' assets/pkg/nix/module.nix sed -i -E 's/(.*version\s*=\s*")[0-9.]*(".*)/\1'${{ needs.release-checks.outputs.VERSION }}'\2/' assets/pkg/nix/module.nix
sed -i -E 's/(.*sha256\s*=\s*")[^"]*(".*)/\1'"$sha256sum"'\2/' assets/pkg/nix/module.nix sed -i -E 's|(.*sha256\s*=\s*")[^"]*(".*)|\1'"$sha256sum"'\2|' assets/pkg/nix/module.nix
# would be cool to be able to check the new module.nix builds # would be cool to be able to check the new module.nix builds
- run: | - run: |