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

rauc: 1.11.2 -> 1.11.3
This commit is contained in:
Nick Cao
2024-03-16 11:59:58 -07:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "rauc";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-IWfYjn8CCgYK2hna59Awr5tzWnXCtR6c1XpV5fCiSE4=";
sha256 = "sha256-sFOvkr6WbiP99GNAttK9ZmRg+O/hoUQDCnW7vq9s/vo=";
};
passthru = {