trayscale: 0.18.5 -> 0.18.7

Fix build with Go 1.26: the vendored gvisor in 0.18.5 had conflicting
build tags (go125.go and go126.go both compiled on Go 1.26+). Version
0.18.7 updates gvisor to a version with correct build constraints.

https://github.com/DeedleFake/trayscale/releases/tag/v0.18.7
This commit is contained in:
Philip Taron
2026-03-21 11:25:24 -07:00
parent 6554cf6947
commit 8be23e6636
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule (finalAttrs: {
pname = "trayscale";
version = "0.18.5";
version = "0.18.7";
src = fetchFromGitHub {
owner = "DeedleFake";
repo = "trayscale";
tag = "v${finalAttrs.version}";
hash = "sha256-rrN0ofmKn8oSZ8jD3yMirTUSoXwqq1SJwXueG7mk0Ek=";
hash = "sha256-t284DpU4kmfrAgOmBZTwHYsxpl6vt7FPytv8/nsNfPM=";
};
vendorHash = "sha256-N1FaKkOVzSdY+jTVroHDshPrzMORTWN3lzf+ugirJyw=";
vendorHash = "sha256-+2NoNIbB4lXcZhj2pifQpdiKZXslAhv6lxiKUThqTVc=";
subPackages = [ "cmd/trayscale" ];