Skip to content

Commit 0338be5

Browse files
gcfflasher: 4.4.0 -> 4.5.2 (#359001)
2 parents de4dbc5 + c8b7043 commit 0338be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gc/gcfflasher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "gcfflasher";
11-
version = "4.4.0";
11+
version = "4.5.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "dresden-elektronik";
1515
repo = pname;
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-o0S4NtgQ/Rlpmkk8pTocmP0N+5F7BX8lUsczOKjujwk=";
17+
hash = "sha256-jBKYKjsog0vfyrPoixqTifej5Kb+qYS11Tn+il3J0w0=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)