Compare commits

...

4 Commits

Author SHA1 Message Date
Mario Rodas
b889a3f7a0 Merge pull request #124022 from r-ryantm/auto-update/eksctl
eksctl: 0.48.0 -> 0.51.0
2021-05-22 20:51:17 -05:00
Mario Rodas
ba7b3b3ddb Merge pull request #123976 from r-ryantm/auto-update/jackett
jackett: 0.18.95 -> 0.18.98
2021-05-22 20:48:13 -05:00
R. RyanTM
3abe7e12e2 eksctl: 0.48.0 -> 0.51.0 2021-05-22 12:13:47 +00:00
R. RyanTM
4dd3f39d00 jackett: 0.18.95 -> 0.18.98 2021-05-22 05:51:29 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jackett";
version = "0.18.95";
version = "0.18.98";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "sha256-8TkIixPot4V0h4MBh/+WdrWhjgsqyq9wHQyGyfxqZ6s=";
sha256 = "sha256-zWbeS+pRkpLTKC50yHM1TgTzIVslVdsD4lH6sTzFI4k=";
};
nativeBuildInputs = [ makeWrapper ];

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "eksctl";
version = "0.48.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "weaveworks";
repo = pname;
rev = version;
sha256 = "sha256-jhf+FIhKkROyNUYh96zFrzxE5hVFnxF6xrTwvivj9B8=";
sha256 = "sha256-OTgcQLYtUAf7EeaEafzfPG02SGjVvSAVvVGI4A/S0Zs=";
};
vendorSha256 = "sha256-U5NAhhum+VsSlhB3pHMmnkaqjWvZJw4BDHVIo4YIkrY=";
vendorSha256 = "sha256-RkUr4ytoFa6/luaxDLj0FiF3cs9fJav0JHcZCN46Mqs=";
doCheck = false;