gcfflasher: 4.12.0 -> 4.12.1

This commit is contained in:
R. Ryantm
2026-04-05 20:02:04 +00:00
parent f7922f0cbc
commit f7aedb0e0a
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gcfflasher";
version = "4.12.0";
version = "4.12.1";
src = fetchFromGitHub {
owner = "dresden-elektronik";
repo = "gcfflasher";
tag = "v${finalAttrs.version}";
hash = "sha256-wuIyvyRVXhp9SGRybfgaouij2UrPNDD7Oy+ODNTCFRY=";
hash = "sha256-L0BelCcwYmPDfWPCjXQQ0Lmk/C1BHuQKk3dLRfo2OMc=";
};
nativeBuildInputs = [