3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #183574 from r-ryantm/auto-update/nmrpflash

nmrpflash: 0.9.16 -> 0.9.18.2
This commit is contained in:
Jonas Heinrich 2022-08-22 14:36:04 +02:00 committed by GitHub
commit ceb6caf257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];