forked from mirrors/nixpkgs
rpi-imager: 1.6 -> 1.6.2
This commit is contained in:
parent
ce2e9f9124
commit
be0c41c858
|
@ -16,20 +16,20 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "rpi-imager";
|
pname = "rpi-imager";
|
||||||
version = "1.6";
|
version = "1.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-wX9EO5hgEM2ftOov0AERloH6GxrwptWltBYWLFXkPUw=";
|
sha256 = "sha256-ITn31ENEf2bysgJgV3u+NNPXk1pfIkUyJWIvS2DOrzY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake util-linux ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
curl
|
curl
|
||||||
libarchive
|
libarchive
|
||||||
util-linux
|
|
||||||
qtbase
|
qtbase
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
qtsvg
|
qtsvg
|
||||||
|
@ -46,6 +46,7 @@ mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Raspberry Pi Imaging Utility";
|
description = "Raspberry Pi Imaging Utility";
|
||||||
homepage = "https://www.raspberrypi.org/software/";
|
homepage = "https://www.raspberrypi.org/software/";
|
||||||
|
downloadPage = "https://github.com/raspberrypi/rpi-imager/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ymarkus ];
|
maintainers = with maintainers; [ ymarkus ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue