Skip to content

Commit 9de762d

Browse files
authoredMar 20, 2025
codefresh: 0.88.5 -> 0.87.3 (#390979)
2 parents 622834a + ec84d84 commit 9de762d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/co/codefresh/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "codefresh";
14-
version = "0.87.3";
14+
version = "0.88.5";
1515

1616
src = fetchFromGitHub {
1717
owner = "codefresh-io";
1818
repo = "cli";
1919
rev = "v${finalAttrs.version}";
20-
hash = "sha256-SUwt0oWls823EeLxT4CW+LDdsjAtSxxxKkllhMJXCtM=";
20+
hash = "sha256-u0K3I65JDu6v4mE0EU6Rv6uJOmC6VuZbIVyreHPH9QE=";
2121
};
2222

2323
offlineCache = fetchYarnDeps {
2424
yarnLock = "${finalAttrs.src}/yarn.lock";
25-
hash = "sha256-tzsHbvoQ59MwE4TYdPweLaAv9r4V8oyTQyvdeyPCsHY=";
25+
hash = "sha256-cMCJ/ANpHsEuO0SNtvf7zlS0HXp328oBP5aXnHSbpDI=";
2626
};
2727
nativeBuildInputs = [
2828
yarnConfigHook

0 commit comments

Comments
 (0)
Failed to load comments.