Merge pull request #166431 from ymarkus/rpi-imager

rpi-imager: 1.7.1 -> 1.7.2
This commit is contained in:
Jonas Heinrich
2022-09-05 11:44:54 +02:00
committed by GitHub
+4 -2
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. */