File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule 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 \
Original file line number Diff line number Diff 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 { };
You can’t perform that action at this time.
0 commit comments