upower: 1.90.2 -> 1.90.4

Changes: https://gitlab.freedesktop.org/upower/upower/-/blob/v1.90.4/NEWS

+2 -7
+2 -7
pkgs/os-specific/linux/upower/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 - , fetchpatch 5 4 , makeWrapper 6 5 , pkg-config 7 6 , libxslt ··· 33 32 34 33 stdenv.mkDerivation (finalAttrs: { 35 34 pname = "upower"; 36 - version = "1.90.2"; 35 + version = "1.90.4"; 37 36 38 37 outputs = [ "out" "dev" "installedTests" ] 39 38 ++ lib.optionals withDocs [ "devdoc" ]; ··· 43 42 owner = "upower"; 44 43 repo = "upower"; 45 44 rev = "v${finalAttrs.version}"; 46 - hash = "sha256-7WzMAJuf1czU8ZalsEU/NwCXYqTGvcqEqxFt5ocgt48="; 45 + hash = "sha256-5twHuDLisVF07Y5KYwlqWMi12+p6UpARJvoBN/+tX2o="; 47 46 }; 48 47 49 48 patches = lib.optionals (stdenv.hostPlatform.system == "i686-linux") [ ··· 52 51 ./i686-test-remove-battery-check.patch 53 52 ] ++ [ 54 53 ./installed-tests-path.patch 55 - (fetchpatch { 56 - url = "https://gitlab.freedesktop.org/upower/upower/-/merge_requests/207.diff"; 57 - hash = "sha256-ldr1bKbSAdYpwbbe/Iq9i0Q9zQrHWvIvBGym/F3+vxs="; 58 - }) 59 54 ]; 60 55 61 56 strictDeps = true;