nmrpflash: 0.9.16 -> 0.9.18.2

This commit is contained in:
R. Ryantm 2022-07-29 02:26:22 +00:00
parent 6c36cf7d3f
commit efd9edd88b

View file

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