chore(flake): Update circuitsVersion to 0.4.1.

This commit is contained in:
Álex 2026-02-13 11:51:31 +01:00 committed by GitHub
commit ec7d298e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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};

View File

@ -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=";
};