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 { lib 2 , stdenv 3 , fetchFromGitLab 4 - , fetchpatch 5 , makeWrapper 6 , pkg-config 7 , libxslt ··· 33 34 stdenv.mkDerivation (finalAttrs: { 35 pname = "upower"; 36 - version = "1.90.2"; 37 38 outputs = [ "out" "dev" "installedTests" ] 39 ++ lib.optionals withDocs [ "devdoc" ]; ··· 43 owner = "upower"; 44 repo = "upower"; 45 rev = "v${finalAttrs.version}"; 46 - hash = "sha256-7WzMAJuf1czU8ZalsEU/NwCXYqTGvcqEqxFt5ocgt48="; 47 }; 48 49 patches = lib.optionals (stdenv.hostPlatform.system == "i686-linux") [ ··· 52 ./i686-test-remove-battery-check.patch 53 ] ++ [ 54 ./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 ]; 60 61 strictDeps = true;
··· 1 { lib 2 , stdenv 3 , fetchFromGitLab 4 , makeWrapper 5 , pkg-config 6 , libxslt ··· 32 33 stdenv.mkDerivation (finalAttrs: { 34 pname = "upower"; 35 + version = "1.90.4"; 36 37 outputs = [ "out" "dev" "installedTests" ] 38 ++ lib.optionals withDocs [ "devdoc" ]; ··· 42 owner = "upower"; 43 repo = "upower"; 44 rev = "v${finalAttrs.version}"; 45 + hash = "sha256-5twHuDLisVF07Y5KYwlqWMi12+p6UpARJvoBN/+tX2o="; 46 }; 47 48 patches = lib.optionals (stdenv.hostPlatform.system == "i686-linux") [ ··· 51 ./i686-test-remove-battery-check.patch 52 ] ++ [ 53 ./installed-tests-path.patch 54 ]; 55 56 strictDeps = true;