Skip to content

Commit

Permalink
Merge pull request #331992 from r-ryantm/auto-update/gitlab-ci-local
Browse files Browse the repository at this point in the history
gitlab-ci-local: 4.52.1 -> 4.52.2
  • Loading branch information
NickCao authored Aug 4, 2024
2 parents 4c9d115 + 460b0d9 commit 7b9bc8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gi/gitlab-ci-local/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildNpmPackage rec {
pname = "gitlab-ci-local";
version = "4.52.1";
version = "4.52.2";

src = fetchFromGitHub {
owner = "firecow";
repo = "gitlab-ci-local";
rev = version;
hash = "sha256-yNOlcb1I8BiR9rbqxeE7PEshEAudw62M77QBgTCBETg=";
hash = "sha256-x63am8FIfczA4CkoBkDeZTkp2sqc7nN5CV1hiq+vvjU=";
};

npmDepsHash = "sha256-8Fxkd3JPyspcZeENpvvuguPNXbnWL1WrcYL9c77+Gok=";
npmDepsHash = "sha256-t26QoIBw5XGqHn8FHSL2MSfFV2wGuQWf3GH2GvSYByg=";

postPatch = ''
# remove cleanup which runs git commands
Expand Down

0 comments on commit 7b9bc8e

Please sign in to comment.