rpi-imager: 2.0.9 -> 2.0.10

This commit is contained in:
R. Ryantm
2026-06-19 19:29:31 +00:00
parent 471ac28cfa
commit a0096ba005
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rpi-imager";
version = "2.0.9";
version = "2.0.10";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-imager";
tag = "v${finalAttrs.version}";
hash = "sha256-hoypze5EyJKRVQNI8x5sh3LqVyK8tEze1/vxogrqckA=";
hash = "sha256-k6ld7TWCj8JzLJG9ph7hKXvR1nkHt0fJqlGSs+NqnR0=";
};
patches = [ ./remove-vendoring.patch ];