Skip to content

Commit

Permalink
gitlab-ci-local: 4.56.0 -> 4.56.2 (#367319)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 22, 2024
2 parents ef3f103 + 1e5e9e7 commit 86ec320
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 @@ -9,16 +9,16 @@

buildNpmPackage rec {
pname = "gitlab-ci-local";
version = "4.56.0";
version = "4.56.2";

src = fetchFromGitHub {
owner = "firecow";
repo = "gitlab-ci-local";
rev = version;
hash = "sha256-JMT0HtCeeM9gI6k44BohNjAq/EpvBtX2Iqe4VkBqvn4=";
hash = "sha256-rmJM+RRZY0pG0B7HYGU7L2iXdQyTTRhKsPjfh53a5m4=";
};

npmDepsHash = "sha256-J+S8/JXAyt/nDkfLtSEGlR38oCb0DlJDDkc1t+IiyPA=";
npmDepsHash = "sha256-EbgU147by5IwTmSEeC0FvzUqV0XYbMeT6K998UcR3Hg=";

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

0 comments on commit 86ec320

Please sign in to comment.