rpi-imager: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm 2023-03-05 20:05:14 +00:00
parent cb351f064e
commit 2b814394c8

View file

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