Merge pull request #133394 from r-ryantm/auto-update/glab

authored by Martin Weinelt and committed by GitHub 75485563 f8943ba1

+3 -3
+3 -3
pkgs/applications/version-management/git-and-tools/glab/default.nix
··· 2 3 buildGoModule rec { 4 pname = "glab"; 5 - version = "1.18.1"; 6 7 src = fetchFromGitHub { 8 owner = "profclems"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-ahP5y5i0SMj2+mP4RYc7MLZGElX5eLgKwiVhBYGOX2g="; 12 }; 13 14 - vendorSha256 = "sha256-ssVmqcJ/DxUqAkHm9tn4RwWuKzTHvxoqJquXPIRy4b8="; 15 runVend = true; 16 17 # Tests are trying to access /homeless-shelter
··· 2 3 buildGoModule rec { 4 pname = "glab"; 5 + version = "1.19.0"; 6 7 src = fetchFromGitHub { 8 owner = "profclems"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-bg0uLivvLYnDS8h13RkmU8gSEa8q2yxUWN9TN19qjxQ="; 12 }; 13 14 + vendorSha256 = "sha256-9+WBKc8PI0v6bnkC+78Ygv/eocQ3D7+xBb8lcv16QTE="; 15 runVend = true; 16 17 # Tests are trying to access /homeless-shelter