rpi-imager: 1.7.1 -> 1.7.2

This commit is contained in:
Yannick Markus 2022-03-30 17:26:31 +02:00
parent f2a16c7a75
commit 6cf27ab2d7
No known key found for this signature in database
GPG Key ID: 926AC0F2C70342E4

View File

@ -16,13 +16,13 @@
mkDerivation rec {
pname = "rpi-imager";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Yt+RWox+0VOw8SH7Ry/o4NHOg3IGcebVeE9OWGP17do=";
sha256 = "sha256-9/kZ9GVfLRdKxzyZ3E11aILkJWIeojt9Ew+vKktveoU=";
};
nativeBuildInputs = [ cmake util-linux ];
@ -38,6 +38,8 @@ mkDerivation rec {
qtgraphicaleffects
];
sourceRoot = "${src.name}/src";
/* By default, the builder checks for JSON support in lsblk by running "lsblk --json",
but that throws an error, as /sys/dev doesn't exist in the sandbox.
This patch removes the check. */