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