mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-11 07:01:09 +01:00
Update generated sources
This commit is contained in:
parent
b87180b985
commit
c9838fcff6
3 changed files with 8 additions and 33 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue