Unverified Commit 2a546a81 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

pixelflasher: 8.9.0.1 -> 8.9.1.0 (#456068)

parents 3d9d2b07 959c8ab3
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.9.0.1";
  version = "8.9.1.0";
  format = "other";

  src = fetchFromGitHub {
    owner = "badabing2005";
    repo = "PixelFlasher";
    tag = "v${version}";
    hash = "sha256-VDneBXHmU1yebDCUSFsuaRiPU8pE1MlfWIwvfBoI9wk=";
    hash = "sha256-/B0AZesAwB94y4o+5+f0L0vnbgVaUaCP4gEcDCViH/c=";
  };

  desktopItems = [