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>

authored by R. RyanTM Renaud and committed by GitHub bc6b0979 e59cbae9

+3 -3
+3 -3
pkgs/tools/misc/rauc/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "rauc"; 16 - version = "1.5.1"; 16 + version = "1.6"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = pname; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-AIizbD2jaZ5SY0K/hwpHdGE20KEhWC53LWUiVYs9Oiw="; 22 + sha256 = "sha256-HBeH9vzzfY7pG88xyoL+NJ78LMGphCAfyZiOxFSJnnc="; 23 23 }; 24 24 25 25 passthru = { ··· 44 44 meta = with lib; { 45 45 description = "Safe and secure software updates for embedded Linux"; 46 46 homepage = "https://rauc.io"; 47 - license = licenses.lgpl21; 47 + license = licenses.lgpl21Only; 48 48 maintainers = with maintainers; [ emantor ]; 49 49 platforms = with platforms; linux; 50 50 };