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

rauc: 1.10.1 -> 1.11
This commit is contained in:
Weijia Wang 2024-01-03 18:34:10 +01:00 committed by GitHub
commit 90ea8a043d
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.1";
version = "1.11";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-KxU8/ExRsyqhV3np1EqAzpFm0Uy4fY/oi9lS2GBYHZE=";
sha256 = "sha256-4HpCwN+ZdDk7ZH7y5sl0lFfKEisXJDGzbuMBJiDaQUs=";
};
passthru = {