diff --git a/.github/workflows/build-circuits.yml b/.github/workflows/build-circuits.yml index 1e29b6f..5689388 100644 --- a/.github/workflows/build-circuits.yml +++ b/.github/workflows/build-circuits.yml @@ -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 diff --git a/flake.nix b/flake.nix index ede0955..3c18bcf 100644 --- a/flake.nix +++ b/flake.nix @@ -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}; diff --git a/versions.nix b/versions.nix index 32ce77a..3a8ce43 100644 --- a/versions.nix +++ b/versions.nix @@ -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="; };