mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
tetrio-plus: 0.27.5 -> 0.27.7
This commit is contained in:
parent
d7e7e530ca
commit
aff5a9861b
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.27.5";
|
version = "0.27.7";
|
||||||
tag = "electron-v${version}-tetrio-v${tetrio-desktop.version}";
|
tag = "electron-v${version}-tetrio-v${tetrio-desktop.version}";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "UniQMG";
|
owner = "UniQMG";
|
||||||
repo = "tetrio-plus";
|
repo = "tetrio-plus";
|
||||||
inherit tag;
|
inherit tag;
|
||||||
hash = "sha256-hbHofrC2dJOh2kh3VLb/d0dHrcszyqTyID1PAaGApxY=";
|
hash = "sha256-AEn1TrC0hUVRgfL2QZ5TMN8pTOm36zpHr2b/LqQp5RY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue