gcfflasher: 4.10.0 -> 4.11.0 (#469961)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-11 20:27:03 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gcfflasher";
version = "4.10.0";
version = "4.11.0";
src = fetchFromGitHub {
owner = "dresden-elektronik";
repo = "gcfflasher";
tag = "v${version}";
hash = "sha256-ayPo8FHxlH/xaoIwjbATSYLtGJUJkSj0oS16QoMxsbc=";
hash = "sha256-nYLGKem4+Ty2QyhDQIyo9wLEKrbumYKuoGIA9Ore7XM=";
};
nativeBuildInputs = [