diff --git a/_sources/generated.json b/_sources/generated.json index 3b7b929..f3c2fc0 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -1,30 +1,17 @@ { - "jira-cli": { - "cargoLocks": null, - "extract": null, - "name": "jira-cli", - "passthru": null, - "pinned": false, - "src": { - "name": null, - "sha256": "sha256-wHbTwmNhmk+O+qoG38nLTHCaEGUjwE3QVnE3EUl8vm8=", - "type": "url", - "url": "https://github.com/ankitpokhrel/jira-cli/archive/refs/tags/v1.1.0.tar.gz" - }, - "version": "v1.1.0" - }, "proton-ge": { "cargoLocks": null, + "date": null, "extract": null, "name": "proton-ge", "passthru": null, "pinned": false, "src": { "name": null, - "sha256": "sha256-EPV1d7X5KYV2wZWOzW1JujxBSopvuzwIoY1+mXoswVU=", + "sha256": "sha256-T+7R+zFMd0yQ0v7/WGym2kzMMulUmATS/LCEQS8whiw=", "type": "url", - "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-41/GE-Proton7-41.tar.gz" + "url": "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz" }, - "version": "GE-Proton7-41" + "version": "GE-Proton7-49" } } \ No newline at end of file diff --git a/_sources/generated.nix b/_sources/generated.nix index 7a785fc..b8722f6 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -1,20 +1,12 @@ # This file was generated by nvfetcher, please do not modify it manually. -{ fetchgit, fetchurl, fetchFromGitHub }: +{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }: { - jira-cli = { - pname = "jira-cli"; - version = "v1.1.0"; - src = fetchurl { - url = "https://github.com/ankitpokhrel/jira-cli/archive/refs/tags/v1.1.0.tar.gz"; - sha256 = "sha256-wHbTwmNhmk+O+qoG38nLTHCaEGUjwE3QVnE3EUl8vm8="; - }; - }; proton-ge = { pname = "proton-ge"; - version = "GE-Proton7-41"; + version = "GE-Proton7-49"; src = fetchurl { - url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-41/GE-Proton7-41.tar.gz"; - sha256 = "sha256-EPV1d7X5KYV2wZWOzW1JujxBSopvuzwIoY1+mXoswVU="; + url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-49/GE-Proton7-49.tar.gz"; + sha256 = "sha256-T+7R+zFMd0yQ0v7/WGym2kzMMulUmATS/LCEQS8whiw="; }; }; } diff --git a/sources.toml b/sources.toml index 9786f53..9facd71 100644 --- a/sources.toml +++ b/sources.toml @@ -1,7 +1,3 @@ [proton-ge] src.github = "GloriousEggroll/proton-ge-custom" fetch.url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/$ver/$ver.tar.gz" - -[jira-cli] -src.github = "ankitpokhrel/jira-cli" -fetch.url = "https://github.com/ankitpokhrel/jira-cli/archive/refs/tags/$ver.tar.gz"