rpi-imager: 2.0.0 -> 2.0.2

Diff: https://github.com/raspberrypi/rpi-imager/compare/v2.0.0...v2.0.2
This commit is contained in:
R. Ryantm
2025-12-20 21:25:41 +01:00
committed by Anthony Roussel
parent d2b635a26f
commit fbb0ac997a
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rpi-imager";
version = "2.0.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-imager";
tag = "v${finalAttrs.version}";
hash = "sha256-33txlTRRzA1XxuKgWgz1lNIfzIMrPny6wGFHaecy7FY=";
hash = "sha256-dfzWVmRthoLzI//jfeY6P1W/sfT0cNjhp5EiNQQy8zA=";
};
patches = [ ./remove-vendoring.patch ];