powerstation: 0.6.1 -> 0.7.0

This commit is contained in:
R. Ryantm 2025-08-08 15:44:58 +00:00
parent 250481b939
commit 617f67ea84

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "powerstation";
version = "0.6.1";
version = "0.7.0";
src = fetchFromGitHub {
owner = "ShadowBlip";
repo = "PowerStation";
tag = "v${version}";
hash = "sha256-UB0NmP2UaQEYGrFR0f0nBLuGTjjTIhvz0bwx3eC2JE4=";
hash = "sha256-wm/O36AdBxfLVCM3NtzSVVHBM+GfH4ARZ/2ekJX5qsE=";
};
cargoHash = "sha256-32tz1cJ2G3GXB9j0lFyjsAOn/iQGxzrdfcqkA/Yh4UY=";
cargoHash = "sha256-P4NTzKKY/yB8ODPlsGWfihXTQD8MiOnp+tKCWFKtKxI=";
nativeBuildInputs = [
cmake