File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
pkgs/by-name/gc/gcfflasher Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5+ fetchpatch ,
56 pkg-config ,
67 libgpiod ,
78 cmake ,
89} :
910
1011stdenv . mkDerivation rec {
1112 pname = "gcfflasher" ;
12- version = "4.6 .0" ;
13+ version = "4.8 .0" ;
1314
1415 src = fetchFromGitHub {
1516 owner = "dresden-elektronik" ;
1617 repo = "gcfflasher" ;
1718 tag = "v${ version } " ;
18- hash = "sha256-z7FsxTAsAmjz76NxbqZuecN1ywAZYHhgcPfOe6y5QNQ =" ;
19+ hash = "sha256-W1sL3RyauEYAC/Fj0JhNnk0k5DT6Q8qIEuZNke3xNAE =" ;
1920 } ;
2021
22+ patches = [
23+ ( fetchpatch {
24+ url = "https://github.com/dresden-elektronik/gcfflasher/commit/c1019d7ef2ab55a598ddd938db1b08169b05fc37.patch" ;
25+ hash = "sha256-Frd3Xerkv3QolGCOrTE4AqBPqPHTKjjhk+DzhHABTqo=" ;
26+ } )
27+ ] ;
28+
2129 nativeBuildInputs = [
2230 pkg-config
2331 cmake
You can’t perform that action at this time.
0 commit comments