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 { stdenv.mkDerivation rec {
pname = "nmrpflash"; pname = "nmrpflash";
version = "0.9.18.2"; version = "0.9.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jclehner"; owner = "jclehner";
repo = "nmrpflash"; repo = "nmrpflash";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-hKE9FEBkbN39zBRSoy3Ntq/fziizskJXNBcwQZX9igE="; sha256 = "sha256-bXxJiIbMk8JG0nbWOgINUAb8zaGBN3XUdA3JZev4Igs=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];