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

rauc: 1.11.1 -> 1.11.2
This commit is contained in:
Nick Cao 2024-02-28 11:07:32 -05:00 committed by GitHub
commit 4e19392680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "rauc";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-xvuBMOAXnuRYCkripjwfv64BCTLySNxebyHF3sB8EQw=";
sha256 = "sha256-IWfYjn8CCgYK2hna59Awr5tzWnXCtR6c1XpV5fCiSE4=";
};
passthru = {