update to 8.4.0.1

This commit is contained in:
ant 2025-08-19 14:26:46 +02:00
parent 0a7ebe3fc3
commit 964a4a0aff

View file

@ -19,12 +19,12 @@
{
packages = rec {
default = pkgs.pixelflasher.overrideAttrs rec {
version = "8.3.1.0";
version = "8.4.0.1";
src = pkgs.fetchFromGitHub {
owner = "badabing2005";
repo = "PixelFlasher";
tag = "v${version}";
hash = "sha256-/IEnQQ1fUKWeoKIOH4q9NmWM2Sz/b1xDqQ1s9zEWOI8=";
hash = "sha256-9WQXkJ902PHgfwyWY0zd1fBVsEoxyeg5Eq2H0lUxY2Q=";
};
};
};