Skip to content

Commit 2d6c75d

Browse files
committed
powerstation: 0.6.0 -> 0.6.1
1 parent d079709 commit 2d6c75d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/powerstation/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "powerstation";
13-
version = "0.6.0";
13+
version = "0.6.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "ShadowBlip";
1717
repo = "PowerStation";
1818
tag = "v${version}";
19-
hash = "sha256-PhGlVzSvh9y2B9PumEGDbdjvBu7fjOnJ0kc1CbQ8ds8=";
19+
hash = "sha256-UB0NmP2UaQEYGrFR0f0nBLuGTjjTIhvz0bwx3eC2JE4=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-WKGv7MYj/zy185B3FTf9NFUWKoj0UE/CCBEadgSkX4g=";
23+
cargoHash = "sha256-32tz1cJ2G3GXB9j0lFyjsAOn/iQGxzrdfcqkA/Yh4UY=";
2424

2525
nativeBuildInputs = [
2626
cmake

0 commit comments

Comments
 (0)