[NIX] Bump versions in packages

This commit is contained in:
Ben C 2024-01-26 13:48:52 -05:00
parent 756b6711db
commit ee7ccf9503
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "owmods-cli";
version = "0.12.0";
version = "0.12.1";
# Prevent unneeded rebuilds
src = with lib.fileset;

View File

@ -22,7 +22,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "owmods-gui";
version = "0.12.0";
version = "0.12.1";
VITE_VERSION_SUFFIX = "-nix";