tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
tetrio-plus: 0.27.5 -> 0.27.7
huantian
10 months ago
aff5a986
d7e7e530
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
te
tetrio-plus
package.nix
+2
-2
pkgs/by-name/te/tetrio-plus/package.nix
···
13
}:
14
15
let
16
-
version = "0.27.5";
17
tag = "electron-v${version}-tetrio-v${tetrio-desktop.version}";
18
19
src = fetchFromGitLab {
20
owner = "UniQMG";
21
repo = "tetrio-plus";
22
inherit tag;
23
-
hash = "sha256-hbHofrC2dJOh2kh3VLb/d0dHrcszyqTyID1PAaGApxY=";
24
};
25
26
offlineCache = fetchYarnDeps {
···
13
}:
14
15
let
16
+
version = "0.27.7";
17
tag = "electron-v${version}-tetrio-v${tetrio-desktop.version}";
18
19
src = fetchFromGitLab {
20
owner = "UniQMG";
21
repo = "tetrio-plus";
22
inherit tag;
23
+
hash = "sha256-AEn1TrC0hUVRgfL2QZ5TMN8pTOm36zpHr2b/LqQp5RY=";
24
};
25
26
offlineCache = fetchYarnDeps {