gitlab-shell: 13.15.1 -> 13.17.0

Only the version had been updated previously, not the hashes and
patches.
This commit is contained in:
talyz
2021-04-09 00:36:32 +02:00
parent 6da2f72f69
commit 7377a1dfa6
3 changed files with 23 additions and 32 deletions
@@ -122,7 +122,10 @@ stdenv.mkDerivation {
rubyEnv rubyEnv.wrappedRuby rubyEnv.bundler tzdata git nettools
];
patches = [ ./remove-hardcoded-locations.patch ];
patches = [
# Change hardcoded paths to the NixOS equivalent
./remove-hardcoded-locations.patch
];
postPatch = ''
${lib.optionalString (!gitlabEnterprise) ''