Skip to content

Commit

Permalink
genimage: 16 -> 17
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Jan 25, 2024
1 parent 875cce1 commit fc5879c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/genimage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "genimage";
version = "16";
version = "17";

src = fetchurl {
url = "https://public.pengutronix.de/software/genimage/genimage-${version}.tar.xz";
sha256 = "sha256-hp+WYtO3eMabHR/nDfZY4cnpCu2iart1P2/lXosMbnM=";
sha256 = "sha256-qHVuNWeg1NgsNrCMzB4IglC5AG1WcMaysBQYXm7GBnE=";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];
Expand Down

0 comments on commit fc5879c

Please sign in to comment.