nmrpflash: 0.9.22 -> 0.9.24 (#346036)

This commit is contained in:
h7x4 2024-10-05 23:10:14 +02:00 committed by GitHub
commit e0c7dc6f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "nmrpflash";
version = "0.9.22";
version = "0.9.24";
src = fetchFromGitHub {
owner = "jclehner";
repo = "nmrpflash";
rev = "v${version}";
hash = "sha256-gr/7tZYnuXFvfIUh2MmtgSbFoELTomQ4h05y/WFDhjo=";
hash = "sha256-WneKImWEQQHBFEw/ABE7wA8ZFIvh2t5nJkfviq1fH4M=";
};
nativeBuildInputs = [ pkg-config ];