Skip to content

Commit fe7d690

Browse files
committed
nixpkgs: go 1.26.5 -> 1.26.6
1 parent 2ff7796 commit fe7d690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎overlays/nixpkgs.nix‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ final: prev:
66
{
77
go_1_26 = prev.go_1_26.overrideAttrs (
88
finalAttrs: _prevAttrs: {
9-
version = "1.26.5";
9+
version = "1.26.6";
1010
src = final.fetchurl {
1111
url = "https://go.dev/dl/go${finalAttrs.version}.src.tar.gz";
12-
hash = "sha256-SVvkvIcXasVnOS5bQRar2YRm0z17SdQedkzMaXay3EI=";
12+
hash = "sha256-oHIcVMaIkBRI13rZs+x+p8R0cwdV/4kTgukuy5P/LLE=";
1313
};
1414
}
1515
);

0 commit comments

Comments
 (0)