Skip to content

Commit 09cd37f

Browse files
committed
1 parent 0a567a7 commit 09cd37f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/da/davis/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
php.buildComposerProject2 (finalAttrs: {
99
pname = "davis";
10-
version = "5.3.0";
10+
version = "5.4.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "tchapi";
1414
repo = "davis";
1515
tag = "v${finalAttrs.version}";
16-
hash = "sha256-YLVfcoC8cIcCfi7R2zWXNxD4P+KIXOCL+MqFEt2Z7Tc=";
16+
hash = "sha256-ya4zr2YLlUzzF/Bs3Tt2k6TfuxdfFGKjkYSzMnp+p5E=";
1717
};
1818

1919
composerNoPlugins = false;
20-
vendorHash = "sha256-VpINHPy2gwA5dk8OGQjmWnCpS9JVyEAUG+bptggCybk=";
20+
vendorHash = "sha256-vOfo8adJVbF7GTN1Qnn/jiWu02dgJCPClBBq219p0tU=";
2121

2222
postInstall = ''
2323
chmod -R u+w $out/share

0 commit comments

Comments
 (0)