system76-power: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-02-27 00:58:40 +00:00
parent 6caa7442e9
commit 753103d8e2
+2 -2
View File
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "system76-power";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "pop-os";
repo = "system76-power";
rev = version;
hash = "sha256-Ju4xIWOf6m8z1fUSbzafKkyt9XXT8q1/8RukrhtswsE=";
hash = "sha256-fyatAoWw/4ORojayA90er+H5weRykg+2ZzTsGThpW5g=";
};
nativeBuildInputs = [ pkg-config ];