Unverified Commit 1479e42d authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

flashprog: 1.4 -> 1.5 (#489203)

parents 2859feb9 4422a875
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "flashprog";
  version = "1.4";
  version = "1.5";

  src = fetchgit {
    url = "https://review.sourcearcade.org/flashprog";
    tag = "v${finalAttrs.version}";
    hash = "sha256-mpSmPZ306DedRi3Dcck/cDqoumgwFYpljiJtma+LZz4=";
    hash = "sha256-laU2S7SPFCso/HzPSpbEM6hAE5/XYkNoBqFTT4PU8TU=";
  };

  nativeBuildInputs = [
@@ -72,6 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      felixsinger
      funkeleinhorn
      jmbaur
    ];
    platforms = lib.platforms.all;
    mainProgram = "flashprog";