Skip to content

Commit 6572bb4

Browse files
chore: update flake.nix and README.md for v0.4.0
1 parent 6e3869b commit 6572bb4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Using [Devbox](https://www.jetify.com/devbox):
2424

2525
<!-- begin:devbox_install - DON'T EDIT: This block will be replaced by CI -->
2626
```bash
27-
devbox add github:appthrust/karg/v0.3.0#karg
27+
devbox add github:appthrust/karg/v0.4.0#karg
2828
```
2929
<!-- end:devbox_install -->
3030

3131
Using [Nix](https://nixos.org/):
3232

3333
<!-- begin:nix_install - DON'T EDIT: This block will be replaced by CI -->
3434
```bash
35-
nix run github:appthrust/karg/v0.3.0#karg -- --help
35+
nix run github:appthrust/karg/v0.4.0#karg -- --help
3636
```
3737
<!-- end:nix_install -->
3838

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
let
1212
pkgs = import nixpkgs { inherit system; };
1313

14-
version = "0.3.0"; #version - This line is replaced by CI
14+
version = "0.4.0"; #version - This line is replaced by CI
1515

1616
assetName = "karg-v${version}-${system}.tar.gz";
1717

1818
# Hashes for each platform (will be updated by CI)
1919
hashes = {
2020
"x86_64-linux" = {
21-
hash = "sha256:c63f71ef802648cb85f108061b5d133788042e6118ab843772f6c22fe7a773e7"; #x86_64-linux - This line is replaced by CI
21+
hash = "sha256:480230d06b3b3dde45d9f8fdfc2a763b68c90d4872bbf07959ff306d9c4cbf2c"; #x86_64-linux - This line is replaced by CI
2222
};
2323
"aarch64-linux" = {
24-
hash = "sha256:de3cad7f11cb3a8576da5121042ab4b947a901622d1d56439df9d7dda747cc72"; #aarch64-linux - This line is replaced by CI
24+
hash = "sha256:e30a16143fb29a5645a7fd19cf67c562d1cbc06ce7e603b102e27d68ab97d156"; #aarch64-linux - This line is replaced by CI
2525
};
2626
"x86_64-darwin" = {
27-
hash = "sha256:e5683546650f030ffd546bbb4b1bae1306e4c3b0f2c26cd7d88a1fea055f755b"; #x86_64-darwin - This line is replaced by CI
27+
hash = "sha256:50fcaacc230fec915c48283928689c386ac3a07470ee987e804061e88f081012"; #x86_64-darwin - This line is replaced by CI
2828
};
2929
"aarch64-darwin" = {
30-
hash = "sha256:db0efbb14d8128222a9c5c28e32376dfa198bd7114dabb5b9a0e4587d6cda1e3"; #aarch64-darwin - This line is replaced by CI
30+
hash = "sha256:521e87b47602750b9b7ebe17e9c21728e3cbd1a7a514a27c06de2744ec83ba63"; #aarch64-darwin - This line is replaced by CI
3131
};
3232
};
3333

0 commit comments

Comments
 (0)