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:
@@ -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) ''
|
||||
|
||||
Reference in New Issue
Block a user