Skip to content

Commit

Permalink
Manually update booster (#3913)
Browse files Browse the repository at this point in the history
* Manually update to the latest hs-backend-booster commit
* mare sure to update the submodule and nix flake inputs

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
geo2a and devops authored Jan 19, 2024
1 parent e24753b commit 3742138
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion deps/hs-backend-booster_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60beeb07af3f89e65d116c45559fc34dbc55afb3
d153e54d3832f7ce025d26e28d4d7c4e81cacd10
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
inputs = {
haskell-backend.url = "github:runtimeverification/haskell-backend/ca05f14b7957fec9f2a5ab3444cae01c5a76f12f";
booster-backend = {
url = "github:runtimeverification/hs-backend-booster/60beeb07af3f89e65d116c45559fc34dbc55afb3";
url = "github:runtimeverification/hs-backend-booster/d153e54d3832f7ce025d26e28d4d7c4e81cacd10";
inputs.nixpkgs.follows = "haskell-backend/nixpkgs";
inputs.haskell-backend.follows = "haskell-backend";
inputs.stacklock2nix.follows = "haskell-backend/stacklock2nix";
Expand Down
2 changes: 1 addition & 1 deletion install-k
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

K_VERSION=6.1.0
K_VERSION=6.1.87

if [ `id -u` -ne 0 ]; then
echo "$0: error: This script must be run as root."
Expand Down
2 changes: 1 addition & 1 deletion package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kframework (6.1.0) unstable; urgency=medium
kframework (6.1.87) unstable; urgency=medium

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.1.87

0 comments on commit 3742138

Please sign in to comment.