Skip to content

Commit

Permalink
red-star-os-*: match package version with OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Dec 4, 2024
1 parent a497740 commit 4ba0829
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ Or, use variables from this repository in case I change them:
| | `qsp-lib` | [qsp-lib](https://github.com/QSPFoundation/qsp) | 0-unstable-2024-11-27 | QSP is an Interactive Fiction development platform (Game Library) |
| | `r8125` | [r8125](https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software) | 9.014.01-1 | Linux device driver for Realtek 2.5/5 Gigabit Ethernet controllers with PCI-Express interface |
| | `r8168` | [r8168](https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software) | 8.054.00 | Linux device driver for Realtek Ethernet controllers |
| `x86_64-linux` | `red-star-os-rgjanggi` | [red-star-os-rgjanggi](https://archive.org/details/RedStarOS) | 1.0 | Rgjanggi game from DPRK Red Star OS 3.0, heavily sandboxed. Use at your own risk |
| | `red-star-os-wallpapers` | [red-star-os-wallpapers](https://archive.org/details/RedStarOS) | 1.0 | Wallpapers from DPRK Red Star OS 3.0 |
| `x86_64-linux` | `red-star-os-rgjanggi` | [red-star-os-rgjanggi](https://archive.org/details/RedStarOS) | 3.0 | Rgjanggi game from DPRK Red Star OS 3.0, heavily sandboxed. Use at your own risk |
| | `red-star-os-wallpapers` | [red-star-os-wallpapers](https://archive.org/details/RedStarOS) | 3.0 | Wallpapers from DPRK Red Star OS 3.0 |
| | `rime-aurora-pinyin` | [rime-aurora-pinyin](https://github.com/hosxy/rime-aurora-pinyin) | 0-unstable-2022-08-28 | 【极光拼音】输入方案 |
| | `rime-custom-pinyin-dictionary` | [rime-custom-pinyin-dictionary](https://github.com/wuhgit/CustomPinyinDictionary) | 20240824 | 自建拼音输入法词库,百万常用词汇量,适配 Fcitx5 (Linux / Android) 及 Gboard (Android + Magisk or KernelSU) 。 |
| | `rime-dict` | [rime-dict](https://github.com/Iorest/rime-dict) | 0-unstable-2020-12-26 | RIME 词库增强 |
Expand Down
8 changes: 4 additions & 4 deletions nix-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3382,12 +3382,12 @@
"legacyPackages.x86_64-linux.red-star-os-rgjanggi": {
"description": "Rgjanggi game from DPRK Red Star OS 3.0, heavily sandboxed. Use at your own risk",
"pname": "red-star-os-rgjanggi",
"version": "1.0"
"version": "3.0"
},
"legacyPackages.x86_64-linux.red-star-os-wallpapers": {
"description": "Wallpapers from DPRK Red Star OS 3.0",
"pname": "red-star-os-wallpapers",
"version": "1.0"
"version": "3.0"
},
"legacyPackages.x86_64-linux.rime-aurora-pinyin": {
"description": "【极光拼音】输入方案",
Expand Down Expand Up @@ -4202,12 +4202,12 @@
"packages.x86_64-linux.red-star-os-rgjanggi": {
"description": "Rgjanggi game from DPRK Red Star OS 3.0, heavily sandboxed. Use at your own risk",
"pname": "red-star-os-rgjanggi",
"version": "1.0"
"version": "3.0"
},
"packages.x86_64-linux.red-star-os-wallpapers": {
"description": "Wallpapers from DPRK Red Star OS 3.0",
"pname": "red-star-os-wallpapers",
"version": "1.0"
"version": "3.0"
},
"packages.x86_64-linux.rime-aurora-pinyin": {
"description": "【极光拼音】输入方案",
Expand Down
2 changes: 1 addition & 1 deletion pkgs/uncategorized/red-star-os-rgjanggi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}:
let
pname = "red-star-os-rgjanggi";
version = "1.0";
version = "3.0";
src = stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/uncategorized/red-star-os-wallpapers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
stdenv.mkDerivation {
pname = "red-star-os-wallpapers";
version = "1.0";
version = "3.0";
src = fetchurl {
url = "https://archive.org/download/RedStarOS/Red%20Star%20OS%203.0%20Desktop/DESKTOP_redstar_desktop3.0_sign.iso";
hash = "sha256-iVrQ4Brg01pl6axC3TTQodaF1t+jMc5bTyS7x1NDm+M=";
Expand Down

0 comments on commit 4ba0829

Please sign in to comment.