system76-power: 1.2.2 -> 1.2.3 (#385434)

Co-authored-by: sjmonson <sjmonson@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-27 14:41:23 +00:00
committed by GitHub
co-authored by sjmonson
+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 ];