mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
fwupd: 1.9.20 -> 1.9.21
Diff: https://github.com/fwupd/fwupd/compare/1.9.20...1.9.21 Changelog: https://github.com/fwupd/fwupd/releases/tag/1.9.21
This commit is contained in:
parent
a6a37c22b3
commit
b855f290b7
1 changed files with 7 additions and 6 deletions
|
@ -120,7 +120,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fwupd";
|
||||
version = "1.9.20";
|
||||
version = "1.9.21";
|
||||
|
||||
# libfwupd goes to lib
|
||||
# daemon, plug-ins and libfwupdplugin go to out
|
||||
|
@ -131,7 +131,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "fwupd";
|
||||
repo = "fwupd";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-uPHZtl1jzx3rRHADXcQmpXwQrbUbIXuoww3fN4BUviE=";
|
||||
hash = "sha256-V3v3lTz3KUt/zEv5BuUcN7S2ZXHPbhYN5vsFPNuxbFY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -371,10 +371,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://fwupd.org/";
|
||||
maintainers = with maintainers; [ rvdp ];
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
changelog = "https://github.com/fwupd/fwupd/releases/tag/${finalAttrs.version}";
|
||||
maintainers = with lib.maintainers; [ rvdp ];
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue