glab: 1.45.0 -> 1.47.0

This commit is contained in:
Daniel Nagy
2024-10-09 19:45:00 +02:00
parent 8aa196d3a3
commit 8b43f91fb4
+5 -5
View File
@@ -1,17 +1,17 @@
{ lib, buildGoModule, fetchFromGitLab, installShellFiles, stdenv }:
{ lib, buildGo123Module, fetchFromGitLab, installShellFiles, stdenv }:
buildGoModule rec {
buildGo123Module rec {
pname = "glab";
version = "1.45.0";
version = "1.47.0";
src = fetchFromGitLab {
owner = "gitlab-org";
repo = "cli";
rev = "v${version}";
hash = "sha256-jTpddpS+FYSQg2aRxQiVlG+bitiIqmZ4kxOJLPZkICo=";
hash = "sha256-mAM11nQ6YJJWNFOR9xQbgma7Plvo4MdcW2Syniw7o60=";
};
vendorHash = "sha256-o0sYObTeDgG+3X3YEnDbk1h4DkEiMwEgYMF7hGjCL3Q=";
vendorHash = "sha256-uwSVdebZtIpSol553gJC0ItkEqa6qXXOAVFvzjsHSSI=";
ldflags = [
"-s"