Commit 8e9eb246 authored by Felix Singer's avatar Felix Singer
Browse files

flashprog: 1.4 -> 1.5

parent 75c4807e
Loading
Loading
Loading
Loading
+2 −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 = [