Merge pull request #183791 from r-ryantm/auto-update/rauc

rauc: 1.6 -> 1.7
This commit is contained in:
Jonas Heinrich 2022-08-21 12:00:31 +02:00 committed by GitHub
commit 5d7bafed08
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.6"; version = "1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-HBeH9vzzfY7pG88xyoL+NJ78LMGphCAfyZiOxFSJnnc="; sha256 = "sha256-Cst+hSMyuJw6b+ZA6XNVh0kVp7WUTiiXpO1TPeHA+sM=";
}; };
passthru = { passthru = {