mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 14:58:35 -04:00
deps: bump Go to 1.21.5 (#2689)
This commit is contained in:
parent
b92635a0f0
commit
93d505ef7f
11 changed files with 12 additions and 12 deletions
|
@ -1,10 +1,10 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
goAttr = pkgs.go_1_21.overrideAttrs (_: rec {
|
||||
version = "1.21.4";
|
||||
version = "1.21.5";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://go.dev/dl/go${version}.src.tar.gz";
|
||||
hash = "sha256-R7Jqg9K2WjwcG8rOJztpvuSaentRaKdgTe09JqN714c=";
|
||||
hash = "sha256-KFy730tubmLtWPNw8/bYwwgl1uVsWFPGbTwjvNsJ2xk=";
|
||||
};
|
||||
});
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue