nmrpflash: 0.9.25 -> 0.9.26 (#457797)

This commit is contained in:
Yohann Boniface
2025-11-12 08:31:12 +00:00
committed by GitHub
+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 ];