shlink: 4.4.5 -> 4.4.6
All checks were successful
Build packages / Build derivations (push) Successful in 3m36s
All checks were successful
Build packages / Build derivations (push) Successful in 3m36s
This commit is contained in:
parent
5cb52500da
commit
64dd2c8010
2 changed files with 256 additions and 291 deletions
541
pkgs/shlink/composer.lock
generated
541
pkgs/shlink/composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
php84.buildComposerProject (finalAttrs: {
|
php84.buildComposerProject (finalAttrs: {
|
||||||
pname = "shlink";
|
pname = "shlink";
|
||||||
version = "4.4.5";
|
version = "4.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shlinkio";
|
owner = "shlinkio";
|
||||||
repo = "shlink";
|
repo = "shlink";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-ETj3bW2wo9WcNYVBJ+heLFJ99+tDVwTfeXQWJGeoZHM=";
|
hash = "sha256-5JHe1xarMtNFScaTDkpaNwF1OAhmjw/R3MksALQfhhg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./datadir.patch ];
|
patches = [ ./datadir.patch ];
|
||||||
|
@ -34,7 +34,7 @@ php84.buildComposerProject (finalAttrs: {
|
||||||
);
|
);
|
||||||
|
|
||||||
composerLock = ./composer.lock;
|
composerLock = ./composer.lock;
|
||||||
vendorHash = "sha256-ToFl7c+yrT+K30BZWKnPqtfcna6Rcae/+MCxKZouWlw=";
|
vendorHash = "sha256-M+3eGiezHsr8H5TyUXhYLsVK316iZzcFVSo9Jwc5W/o=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue