gcfflasher: 4.4.0 -> 4.5.2 (#359001)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-26 09:41:55 +00:00 committed by GitHub
commit 0338be53f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "gcfflasher";
version = "4.4.0";
version = "4.5.2";
src = fetchFromGitHub {
owner = "dresden-elektronik";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-o0S4NtgQ/Rlpmkk8pTocmP0N+5F7BX8lUsczOKjujwk=";
hash = "sha256-jBKYKjsog0vfyrPoixqTifej5Kb+qYS11Tn+il3J0w0=";
};
nativeBuildInputs = [