File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99python311Packages . buildPythonApplication rec {
1010 pname = "opensnitch-ui" ;
11- version = "1.6.8 " ;
11+ version = "1.6.9 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "evilsocket" ;
1515 repo = "opensnitch" ;
1616 rev = "refs/tags/v${ version } " ;
17- hash = "sha256-zn5kBnINLt/qqAbka9wShFLWJoMJ6SXu2OL6V6uQ2IM =" ;
17+ hash = "sha256-c+VAlm32/NXvUr5i0AY/zuTrFIQLtPxNNeSiQTMoJAY =" ;
1818 } ;
1919
2020 postPatch = ''
Original file line number Diff line number Diff line change 3131in
3232buildGoModule rec {
3333 pname = "opensnitch" ;
34- version = "1.6.7 " ;
34+ version = "1.6.9 " ;
3535
3636 src = fetchFromGitHub {
3737 owner = "evilsocket" ;
3838 repo = "opensnitch" ;
3939 tag = "v${ version } " ;
40- hash = "sha256-2BwFCRbVvs7pAM5SnhynWws2+QthB/F9V6DYPViDICU =" ;
40+ hash = "sha256-c+VAlm32/NXvUr5i0AY/zuTrFIQLtPxNNeSiQTMoJAY =" ;
4141 } ;
4242
4343 postPatch = ''
You can’t perform that action at this time.
0 commit comments