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

rauc: 1.10 -> 1.10.1
This commit is contained in:
Nick Cao 2023-08-07 02:58:18 -06:00 committed by GitHub
commit 45d87fc8e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "rauc";
version = "1.10";
version = "1.10.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-WiN2lTS6LCVCeVyX0/2rSDLL2tKsAhWSMa95fK05UOg=";
sha256 = "sha256-KxU8/ExRsyqhV3np1EqAzpFm0Uy4fY/oi9lS2GBYHZE=";
};
passthru = {