chore: bump version to 0.2.12
This commit is contained in:
parent
7d304f6e1e
commit
8186e23035
3 changed files with 4 additions and 4 deletions
|
|
@ -56,7 +56,7 @@
|
|||
frontendCargoDeps = rustPlatform.fetchCargoVendor {
|
||||
src = ./.;
|
||||
name = "trictrac-frontend-vendor";
|
||||
hash = "sha256-lapxu9R6s2ASGdpnU0dht4jxewQjbrXlAkpFf/GsK/Q=";
|
||||
hash = "sha256-neJh0ZQGa5LNY8vBu3kYkM+ARkXOW/EHx8sPBOsWsgE=";
|
||||
};
|
||||
in
|
||||
final.stdenv.mkDerivation {
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
trictrac = with final; rustPlatform.buildRustPackage {
|
||||
pname = "trictrac";
|
||||
version = "0.2.11"; # trictrac-version
|
||||
version = "0.2.12"; # trictrac-version
|
||||
src = ./.;
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue