Skip to content

Commit 09c214a

Browse files
committed
pisugar-power-manager-rs: 2.0.0
1 parent 8701354 commit 09c214a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/pisugar-power-manager-rs.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "pisugar-power-manager-rs";
5-
version = "2.0.0-preview2";
5+
version = "2.0.0";
66

77
src = fetchFromGitHub {
88
owner = "PiSugar";
99
repo = "pisugar-power-manager-rs";
1010
rev = "v${version}";
11-
sha256 = "sha256-dKyCBD4+/0NiN28/0aYhUtGyYQcT9ze0fI/Vlw9LxPI=";
11+
sha256 = "sha256-OZ8yEFXEWlqEImjP7n08SjhX7atWnxb3I0jxD/E3FGg";
1212
};
1313

14-
useFetchCargoVendor = true;
15-
cargoHash = "sha256-EHwlv6XlsltpaSBTKebhrgJYq3GTtB0t5tyNhkiptb8=";
14+
cargoHash = "sha256-EHwlv6XlsltpaSBTKebhrgJYq3GTtB0t5tyNhkiptb8";
1615

1716
postPatch = ''
1817
sed -e 's#.*replace-with.*##' -i .cargo/config.toml

0 commit comments

Comments
 (0)