From 0dfe462760572bc6ac4dd01ae9f81471d5fba95e Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Mon, 25 May 2026 21:43:31 +0200 Subject: [PATCH 1/2] fix: flake frontendCargoDeps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b738561..7493099 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ frontendCargoDeps = rustPlatform.fetchCargoVendor { src = ./.; name = "trictrac-frontend-vendor"; - hash = "sha256-E3MJbEehbXni7B8fQPS8fSri4f2b0A33r2djiK81E2Y="; + hash = "sha256-R75zHXKhv0nkBv6U24ZCAtwp1yaSbr0bFywWQHwhSkM="; }; in final.stdenv.mkDerivation { From cd1e7802f7cb86e4424fa5f2dc10178b3e002984 Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Mon, 25 May 2026 21:44:00 +0200 Subject: [PATCH 2/2] chore: bump version to 0.2.15 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d00669..5377337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.14" +version = "0.2.15" [workspace] resolver = "2" diff --git a/flake.nix b/flake.nix index 7493099..3da667e 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ trictrac = with final; rustPlatform.buildRustPackage { pname = "trictrac"; - version = "0.2.14"; # trictrac-version + version = "0.2.15"; # trictrac-version src = ./.; nativeBuildInputs = [ pkg-config ];