Merge pull request #190636 from r-ryantm/auto-update/rpi-imager

rpi-imager: 1.7.2 -> 1.7.3
This commit is contained in:
superherointj 2022-09-10 10:25:01 -03:00 committed by GitHub
commit 27db68ec57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
mkDerivation rec {
pname = "rpi-imager";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9/kZ9GVfLRdKxzyZ3E11aILkJWIeojt9Ew+vKktveoU=";
sha256 = "sha256-D2FNg8SEUDQA466jfxBFhK0t8/5WJHx1fBTaCH0N+UQ=";
};
nativeBuildInputs = [ cmake util-linux ];