summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-03 08:27:30 -0500
committerGitHub <noreply@github.com>2021-07-03 08:27:30 -0500
commit5606e90f8741b67c863647613aae31021642e1c4 (patch)
treee0d5b48c28b3b935c12e740a86eb5f305c91f6c3 /pkgs/servers/http
parent89de05fcdc3c8981c3c294e0900571bea385aa2f (diff)
parentc8d210f7a3d44497c8b29edaa747aec6a20b90c5 (diff)
downloadnixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar.gz
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar.bz2
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar.lz
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar.xz
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.tar.zst
nixpkgs-5606e90f8741b67c863647613aae31021642e1c4.zip
Merge pull request #127030 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.39.0 -> 1.40.0
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/gitlab-pages/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/http/gitlab-pages/default.nix b/pkgs/servers/http/gitlab-pages/default.nix
index a26dd47e024..c62ad8b75c9 100644
--- a/pkgs/servers/http/gitlab-pages/default.nix
+++ b/pkgs/servers/http/gitlab-pages/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gitlab-pages";
-  version = "1.39.0";
+  version = "1.40.0";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitlab-pages";
     rev = "v${version}";
-    sha256 = "sha256-eyg2o/5k7/zagYjkYJOnJrHeoszbRkmdl7UgO+rmKyc=";
+    sha256 = "sha256-RgWDAvuxqZeFCU+Q2s+FDIM/AroIdnfVq/D5lG4XN7U=";
   };
 
-  vendorSha256 = "sha256-aedJ7vsv70aybjqBfUnSr4qhlFdY7jUUOSas3vXskpM=";
+  vendorSha256 = "sha256-HbMM0IHw1DMDlNN1m2EHaG9CXnj9j9xROPQiT2xTGlM=";
   subPackages = [ "." ];
 
   meta = with lib; {