File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020in
2121stdenvNoCC . mkDerivation ( finalAttrs : {
2222 pname = "freetube" ;
23- version = "0.23.1 " ;
23+ version = "0.23.2 " ;
2424
2525 src = fetchFromGitHub {
2626 owner = "FreeTubeApp" ;
2727 repo = "FreeTube" ;
2828 tag = "v${ finalAttrs . version } -beta" ;
29- hash = "sha256-I3C6gPPSTD/GzCoyyAxTfNEW83etJKJFb3uUKLUT79c =" ;
29+ hash = "sha256-P0ENx8PDWbqfiBEsWv11R3Q/FE+rAFhhk49VyQgXIz4 =" ;
3030 } ;
3131
3232 # Darwin requires writable Electron dist
@@ -49,7 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4949
5050 yarnOfflineCache = fetchYarnDeps {
5151 yarnLock = "${ finalAttrs . src } /yarn.lock" ;
52- hash = "sha256-oWDqar58vVoA6wdTpekwK/5xdro9YgNMxd1W0iT4hz8 =" ;
52+ hash = "sha256-U6H4TMKR+khs5fQtMtIBnHpAzJvHcvMeSD1XUqaov/M =" ;
5353 } ;
5454
5555 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments