mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
freetube: 0.23.6 -> 0.23.7
Changelog:
https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.23.7-beta
Diff:
https://github.com/FreeTubeApp/FreeTube/compare/v0.23.6-beta...v0.23.7-beta
(cherry picked from commit f70bdf2d5f)
This commit is contained in:
committed by
Fernando Rodrigues
parent
18ec1750c7
commit
58f91dd673
@@ -20,13 +20,13 @@ let
|
||||
in
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "freetube";
|
||||
version = "0.23.6";
|
||||
version = "0.23.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FreeTubeApp";
|
||||
repo = "FreeTube";
|
||||
tag = "v${finalAttrs.version}-beta";
|
||||
hash = "sha256-Z1L45RHlmylfqKBY37PC5TQ3ubOgH0AHFGM7VkmtkZ0=";
|
||||
hash = "sha256-252d80xCWBZnPHnRESxRqYzT40Gu/LLBbzXr2nIJW/I=";
|
||||
};
|
||||
|
||||
# Darwin requires writable Electron dist
|
||||
|
||||
Reference in New Issue
Block a user