package.nix: bumped version to 5.11.41
This commit is contained in:
parent
d898e26cb1
commit
295b299fdd
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
php.buildComposerProject (finalAttrs: {
|
php.buildComposerProject (finalAttrs: {
|
||||||
pname = "invoiceninja";
|
pname = "invoiceninja";
|
||||||
version = "5.11.24";
|
version = "5.11.41";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "invoiceninja";
|
owner = "invoiceninja";
|
||||||
repo = "invoiceninja";
|
repo = "invoiceninja";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-WWOFPkpr6NZu0iOnnSrC9EnHnab2gNc1+fFTW1cydqI=";
|
hash = "sha256-6fCuNv+PIlUe9fOZwP6VfLuomSlUTmBiF/bjxKfs9Ig=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-CYhTLMOLIfd+b3TswM+/+MQEwHBulogDVDZc1WklmMo=";
|
vendorHash = "sha256-KoBJJU0ViX99dNVxO8/7gk2SuDwuXbcHkqI5CpiHoLE=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./disable-react-for-admin.patch
|
./disable-react-for-admin.patch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user