gcfflasher: 4.11.0 -> 4.12.0

This commit is contained in:
R. Ryantm
2026-03-27 20:12:58 +00:00
parent 7b908702ec
commit 6ea557ed71
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gcfflasher";
version = "4.11.0";
version = "4.12.0";
src = fetchFromGitHub {
owner = "dresden-elektronik";
repo = "gcfflasher";
tag = "v${finalAttrs.version}";
hash = "sha256-nYLGKem4+Ty2QyhDQIyo9wLEKrbumYKuoGIA9Ore7XM=";
hash = "sha256-wuIyvyRVXhp9SGRybfgaouij2UrPNDD7Oy+ODNTCFRY=";
};
nativeBuildInputs = [