Unverified Commit 52d3cc46 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

pixelflasher: 8.6.0.0 -> 8.9.0.1 (#447160)

parents f63c46cd c51652f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "pixelflasher";
  version = "8.6.0.0";
  version = "8.9.0.1";
  format = "other";

  src = fetchFromGitHub {
    owner = "badabing2005";
    repo = "PixelFlasher";
    tag = "v${version}";
    hash = "sha256-lCh4LmmFdX/CvJSYWso1c8cBklb+/qXsbUY3nrzKCYk=";
    hash = "sha256-VDneBXHmU1yebDCUSFsuaRiPU8pE1MlfWIwvfBoI9wk=";
  };

  desktopItems = [