system76-power: refactor

This commit is contained in:
Heitor Augusto
2025-03-09 15:09:55 -03:00
parent 0e60a1a04e
commit 2ec47a9fed
+3 -3
View File
@@ -7,14 +7,14 @@
fetchFromGitHub,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "system76-power";
version = "1.2.3";
src = fetchFromGitHub {
owner = "pop-os";
repo = "system76-power";
rev = version;
tag = finalAttrs.version;
hash = "sha256-fyatAoWw/4ORojayA90er+H5weRykg+2ZzTsGThpW5g=";
};
@@ -48,4 +48,4 @@ rustPlatform.buildRustPackage rec {
ahoneybun
];
};
}
})