From 736e0e0263746a59ff9e6b87501f38b624ef5c9a Mon Sep 17 00:00:00 2001 From: ant Date: Thu, 26 Feb 2026 06:46:56 +0100 Subject: [PATCH] update to 8.15.0.0 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fe5dd93..44234f6 100644 --- a/flake.nix +++ b/flake.nix @@ -19,12 +19,12 @@ { packages = rec { default = pkgs.pixelflasher.overrideAttrs rec { - version = "8.6.0.0"; + version = "8.15.0.0"; src = pkgs.fetchFromGitHub { owner = "badabing2005"; repo = "PixelFlasher"; tag = "v${version}"; - hash = "sha256-lCh4LmmFdX/CvJSYWso1c8cBklb+/qXsbUY3nrzKCYk="; + hash = "sha256-kl4S5J4WHDbb3FlnHej8EX2oEnEwQ6F4Rqku6dgDO/8="; }; }; };