Skip to content

Commit a9eaa7f

Browse files
committed
deck: add 1.40.2 -> 1.40.3
1 parent 41296ab commit a9eaa7f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pkgs/by-name/de/deck/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "deck";
11-
version = "1.40.2";
11+
version = "1.40.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "Kong";
1515
repo = "deck";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-qLWDZEYO/0as2+4OM6/FAJcN+vnRBrcx59uHRkougLQ=";
17+
hash = "sha256-n6WASCtDwBX4FASSWI17JpU7rDXIeSidPWhj/MB2tUs=";
1818
};
1919

2020
nativeBuildInputs = [ installShellFiles ];
@@ -27,7 +27,7 @@ buildGoModule rec {
2727
];
2828

2929
proxyVendor = true; # darwin/linux hash mismatch
30-
vendorHash = "sha256-RkhpR9sKWaO1jceCU4sS4TmxS5giq2uUIkiHNnahQZw=";
30+
vendorHash = "sha256-csoSvu7uce1diB4EsQCRRt08mX+rJoxfZqAtaoo0x4M=";
3131

3232
postInstall = ''
3333
installShellCompletion --cmd deck \

pkgs/top-level/all-packages.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ with pkgs;
540540

541541
dcgm = callPackage ../os-specific/linux/dcgm { };
542542

543+
deck = callPackage ../by-name/de/deck/package.nix {
544+
buildGoModule = buildGo123Module;
545+
};
546+
543547
dhallDirectoryToNix = callPackage ../build-support/dhall/directory-to-nix.nix { };
544548

545549
dhallPackageToNix = callPackage ../build-support/dhall/package-to-nix.nix { };

0 commit comments

Comments
 (0)