rauc: 1.5.1 -> 1.6

* rauc: 1.5.1 -> 1.6 (#159728)

* rauc: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-03-05 14:47:03 -08:00 committed by GitHub
parent e59cbae991
commit bc6b09791e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rauc"; pname = "rauc";
version = "1.5.1"; version = "1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AIizbD2jaZ5SY0K/hwpHdGE20KEhWC53LWUiVYs9Oiw="; sha256 = "sha256-HBeH9vzzfY7pG88xyoL+NJ78LMGphCAfyZiOxFSJnnc=";
}; };
passthru = { passthru = {
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Safe and secure software updates for embedded Linux"; description = "Safe and secure software updates for embedded Linux";
homepage = "https://rauc.io"; homepage = "https://rauc.io";
license = licenses.lgpl21; license = licenses.lgpl21Only;
maintainers = with maintainers; [ emantor ]; maintainers = with maintainers; [ emantor ];
platforms = with platforms; linux; platforms = with platforms; linux;
}; };