mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-02-16 19:23:08 +00:00
chore(flake): Update circuitsVersion to 0.4.1.
This commit is contained in:
commit
ec7d298e5a
1
.github/workflows/build-circuits.yml
vendored
1
.github/workflows/build-circuits.yml
vendored
@ -1159,6 +1159,7 @@ jobs:
|
||||
- [ ] Description is complete
|
||||
- [ ] Changelog is correct
|
||||
- [ ] Assets for all platforms exist
|
||||
- [ ] `flake.nix`'s `circuitsVersion` points to the latest version
|
||||
- [ ] Pre-release is checked if necessary
|
||||
- [ ] Remove this checklist before publishing the release.
|
||||
draft: true
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
forAll = lib.genAttrs systems;
|
||||
|
||||
circuitsVersion = "0.3.2"; # TODO: Parametrize or make package per version available
|
||||
circuitsVersion = "0.4.1"; # TODO: Parametrize or make package per version available
|
||||
versions = import ./versions.nix;
|
||||
circuitsHashes = versions.${circuitsVersion};
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"0.3.2" = {
|
||||
x86_64-linux = "sha256-80+GrB3kBhwLHvNemme5Vig6tPDRRZC7xHps0DNonzM=";
|
||||
x86_64-linux = "sha256-80+GrB3kBhwLHvNemme5Vig6tPDRRZC7xHps0DNonzM=";
|
||||
aarch64-darwin = "sha256-FbLgrHaa8djFEaA69WpZMB3uozkLT/abQiCWKrkzcsk=";
|
||||
x86_64-windows = "sha256-VOBUXlXNHTY0l91G+B1vybDfES0Y0HXhUytJIfFEiBA=";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user