nmrpflash: 0.9.18.2 -> 0.9.19

This commit is contained in:
R. Ryantm 2022-11-16 15:19:51 +00:00 committed by Bobby Rong
parent 52665b05cf
commit 349d73f0cf

View File

@ -9,13 +9,13 @@
}:
stdenv.mkDerivation rec {
pname = "nmrpflash";
version = "0.9.18.2";
version = "0.9.19";
src = fetchFromGitHub {
owner = "jclehner";
repo = "nmrpflash";
rev = "v${version}";
sha256 = "sha256-hKE9FEBkbN39zBRSoy3Ntq/fziizskJXNBcwQZX9igE=";
sha256 = "sha256-bXxJiIbMk8JG0nbWOgINUAb8zaGBN3XUdA3JZev4Igs=";
};
nativeBuildInputs = [ pkg-config ];