We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf2d8d4 + 2d6c75d commit e23bbe3Copy full SHA for e23bbe3
pkgs/by-name/po/powerstation/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "powerstation";
13
- version = "0.6.0";
+ version = "0.6.1";
14
15
src = fetchFromGitHub {
16
owner = "ShadowBlip";
17
repo = "PowerStation";
18
tag = "v${version}";
19
- hash = "sha256-PhGlVzSvh9y2B9PumEGDbdjvBu7fjOnJ0kc1CbQ8ds8=";
+ hash = "sha256-UB0NmP2UaQEYGrFR0f0nBLuGTjjTIhvz0bwx3eC2JE4=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-WKGv7MYj/zy185B3FTf9NFUWKoj0UE/CCBEadgSkX4g=";
+ cargoHash = "sha256-32tz1cJ2G3GXB9j0lFyjsAOn/iQGxzrdfcqkA/Yh4UY=";
24
25
nativeBuildInputs = [
26
cmake
0 commit comments