We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22728a4 commit ef603b3Copy full SHA for ef603b3
pkgs/by-name/gc/gcfflasher/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation rec {
11
pname = "gcfflasher";
12
- version = "4.6.0";
+ version = "4.8.0";
13
14
src = fetchFromGitHub {
15
owner = "dresden-elektronik";
16
repo = "gcfflasher";
17
tag = "v${version}";
18
- hash = "sha256-z7FsxTAsAmjz76NxbqZuecN1ywAZYHhgcPfOe6y5QNQ=";
+ hash = "sha256-W1sL3RyauEYAC/Fj0JhNnk0k5DT6Q8qIEuZNke3xNAE=";
19
};
20
21
nativeBuildInputs = [
0 commit comments