Skip to content

Commit

Permalink
upower: 1.90.4 -> 1.90.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamb committed Nov 22, 2024
1 parent 2b1d107 commit 41b082d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/up/upower/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
, libusb1
, glib
, gettext
, polkit
, nixosTests
, useIMobileDevice ? true
, libimobiledevice
Expand All @@ -34,7 +35,7 @@ assert withDocs -> withIntrospection;

stdenv.mkDerivation (finalAttrs: {
pname = "upower";
version = "1.90.4";
version = "1.90.6";

outputs = [ "out" "dev" ]
++ lib.optionals withDocs [ "devdoc" ]
Expand All @@ -45,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "upower";
repo = "upower";
rev = "v${finalAttrs.version}";
hash = "sha256-5twHuDLisVF07Y5KYwlqWMi12+p6UpARJvoBN/+tX2o=";
hash = "sha256-Y3MIB6a11P00B/6E3UyoyjLLP8TIT3vM2FDO7zlBz/w=";
};

patches = lib.optionals (stdenv.hostPlatform.system == "i686-linux") [
Expand Down Expand Up @@ -90,6 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libgudev
libusb1
polkit
udev
] ++ lib.optionals withIntrospection [
# Duplicate from nativeCheckInputs until https://github.com/NixOS/nixpkgs/issues/161570 is solved
Expand Down

0 comments on commit 41b082d

Please sign in to comment.