Unverified Commit e0c7dc6f authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nmrpflash: 0.9.22 -> 0.9.24 (#346036)

parents a225c7d3 8c2e784d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nmrpflash";
  version = "0.9.22";
  version = "0.9.24";

  src = fetchFromGitHub {
    owner = "jclehner";
    repo = "nmrpflash";
    rev = "v${version}";
    hash = "sha256-gr/7tZYnuXFvfIUh2MmtgSbFoELTomQ4h05y/WFDhjo=";
    hash = "sha256-WneKImWEQQHBFEw/ABE7wA8ZFIvh2t5nJkfviq1fH4M=";
  };

  nativeBuildInputs = [ pkg-config ];