gitlab-workhorse: 3.2.0 -> 3.3.1

+2 -2
+2 -2
pkgs/applications/version-management/gitlab-workhorse/default.nix
··· 1 { stdenv, fetchFromGitLab, git, go }: 2 3 stdenv.mkDerivation rec { 4 - version = "3.2.0"; 5 name = "gitlab-workhorse-${version}"; 6 7 srcs = fetchFromGitLab { 8 owner = "gitlab-org"; 9 repo = "gitlab-workhorse"; 10 rev = "v${version}"; 11 - sha256 = "1ivqlhvmxhdb8359yh469zl45j00n94b53naqi8jx06kijfsdz4r"; 12 }; 13 14 buildInputs = [ git go ];
··· 1 { stdenv, fetchFromGitLab, git, go }: 2 3 stdenv.mkDerivation rec { 4 + version = "3.3.1"; 5 name = "gitlab-workhorse-${version}"; 6 7 srcs = fetchFromGitLab { 8 owner = "gitlab-org"; 9 repo = "gitlab-workhorse"; 10 rev = "v${version}"; 11 + sha256 = "19x9ryp99xygj39kq2r756rahh9mxp6j83hxvv09y33vgz64y8xh"; 12 }; 13 14 buildInputs = [ git go ];