nmrpflash: 0.9.25 -> 0.9.26

This commit is contained in:
R. Ryantm
2025-11-02 13:21:11 +00:00
parent 54904ad70c
commit b8eaefb8c0
+2 -2
View File
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation rec {
pname = "nmrpflash";
version = "0.9.25";
version = "0.9.26";
src = fetchFromGitHub {
owner = "jclehner";
repo = "nmrpflash";
rev = "v${version}";
hash = "sha256-5oj+sIrVNAbLmmKHiBSDSVdJFrobK41UfWBmU0WRG3c=";
hash = "sha256-I+6bZtiwR1DbZ8ykIBVBqo1LdQftUaU301aMh01StqU=";
};
nativeBuildInputs = [ pkg-config ];