mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
freetube: 0.24.0 -> 0.24.1
Changelog: https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.24.1-beta Diff: https://github.com/FreeTubeApp/FreeTube/compare/v0.24.0-beta...v0.24.1-beta
This commit is contained in:
parent
4ed9d7b68a
commit
3cbd1a97c2
1 changed files with 2 additions and 2 deletions
|
|
@ -20,13 +20,13 @@ let
|
|||
in
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "freetube";
|
||||
version = "0.24.0";
|
||||
version = "0.24.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FreeTubeApp";
|
||||
repo = "FreeTube";
|
||||
tag = "v${finalAttrs.version}-beta";
|
||||
hash = "sha256-4XyN7ENsDwLNB/dt7pp8z0sbdmHSNIyVEHlp5GXIues=";
|
||||
hash = "sha256-oo5ozdP3d82jY8OOYrt568MoSfPmwBoitdtgESiRMlE=";
|
||||
};
|
||||
|
||||
# Darwin requires writable Electron dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue