diff --git a/Cargo.toml b/Cargo.toml index 5377337..0d00669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.2.15" +version = "0.2.14" [workspace] resolver = "2" diff --git a/flake.nix b/flake.nix index 3da667e..b738561 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ frontendCargoDeps = rustPlatform.fetchCargoVendor { src = ./.; name = "trictrac-frontend-vendor"; - hash = "sha256-R75zHXKhv0nkBv6U24ZCAtwp1yaSbr0bFywWQHwhSkM="; + hash = "sha256-E3MJbEehbXni7B8fQPS8fSri4f2b0A33r2djiK81E2Y="; }; in final.stdenv.mkDerivation { @@ -103,7 +103,7 @@ trictrac = with final; rustPlatform.buildRustPackage { pname = "trictrac"; - version = "0.2.15"; # trictrac-version + version = "0.2.14"; # trictrac-version src = ./.; nativeBuildInputs = [ pkg-config ];