rpi-imager: 1.7.1 -> 1.7.2
This commit is contained in:
parent
f2a16c7a75
commit
6cf27ab2d7
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user