Unverified Commit d83c17eb authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

nmrpflash: 0.9.25 -> 0.9.26 (#457797)

parents a053c431 b8eaefb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nmrpflash";
  version = "0.9.25";
  version = "0.9.26";

  src = fetchFromGitHub {
    owner = "jclehner";
    repo = "nmrpflash";
    rev = "v${version}";
    hash = "sha256-5oj+sIrVNAbLmmKHiBSDSVdJFrobK41UfWBmU0WRG3c=";
    hash = "sha256-I+6bZtiwR1DbZ8ykIBVBqo1LdQftUaU301aMh01StqU=";
  };

  nativeBuildInputs = [ pkg-config ];