1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

davis: 4.4.2 -> 4.4.3 (#313077)

Release notes: https://github.com/tchapi/davis/releases/tag/v4.4.3
This commit is contained in:
Casey Link 2024-05-23 00:27:00 +02:00 committed by GitHub
parent 04861e85de
commit ac41bab16d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
php.buildComposerProject (finalAttrs: {
pname = "davis";
version = "4.4.2";
version = "4.4.3";
src = fetchFromGitHub {
owner = "tchapi";
repo = "davis";
rev = "v${finalAttrs.version}";
hash = "sha256-oPzMBCOcAJoHni9SO74RuJDEOcVYc4MtO5rGq1E9g3Q=";
hash = "sha256-0Km4bLQVfbkr5BL8XY5tM147Sje8hcFOjhCRnXq+4d4=";
};
vendorHash = "sha256-NOb6rc9jVsf+/RVOW7SLBAJk9SihcRxoepUEGBGLi2w=";