rl_json: 0.15.1 -> 0.15.2, move to tclPackages (#403760)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-05 23:41:58 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rl_json";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "RubyLane";
repo = "rl_json";
rev = finalAttrs.version;
hash = "sha256-FkOsdOHPE75bSkKw3cdaech6jAv0f/RJ9tgRVzPSAdA=";
hash = "sha256-y62N4DK80baJx7tQ562ZWOEpKcDldKS1pEwR7NpzuZQ=";
fetchSubmodules = true;
};
+1
View File
@@ -1601,6 +1601,7 @@ mapAliases {
rippled = throw "rippled has been removed as it was broken and had not been updated since 2022"; # Added 2024-11-25
rippled-validator-keys-tool = throw "rippled-validator-keys-tool has been removed as it was broken and had not been updated since 2022"; # Added 2024-11-25
rke2_testing = throw "'rke2_testing' has been removed from nixpkgs as the RKE2 testing channel no longer serves releases"; # Added 2025-06-02
rl_json = tclPackages.rl_json; # Added 2025-05-03
rockbox_utility = rockbox-utility; # Added 2022-03-17
rnix-hashes = throw "'rnix-hashes' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
rpiboot-unstable = throw "'rpiboot-unstable' has been renamed to/replaced by 'rpiboot'"; # Converted to throw 2024-10-17