3
0
Fork 0
forked from mirrors/nixpkgs

nmrpflash: 0.9.19 -> 0.9.20

This commit is contained in:
R. Ryantm 2023-04-29 07:08:25 +00:00
parent 988b93ddb8
commit 409b519ce9

View file

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