gcfflasher: 4.10.0 -> 4.11.0

This commit is contained in:
R. Ryantm
2025-12-11 20:05:44 +00:00
parent e16041020b
commit 428b5a81ab
+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 = [