shlink: 4.4.1 -> 4.4.5
This commit is contained in:
parent
ce669e1327
commit
be832a9efb
2 changed files with 561 additions and 680 deletions
1235
pkgs/shlink/composer.lock
generated
1235
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.1";
|
version = "4.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shlinkio";
|
owner = "shlinkio";
|
||||||
repo = "shlink";
|
repo = "shlink";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-7at90bmeJNQUh8tmIBpspSjMw7zaYqFNOfs8EIxOLUg=";
|
hash = "sha256-ETj3bW2wo9WcNYVBJ+heLFJ99+tDVwTfeXQWJGeoZHM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./datadir.patch ];
|
patches = [ ./datadir.patch ];
|
||||||
|
@ -34,7 +34,7 @@ php84.buildComposerProject (finalAttrs: {
|
||||||
);
|
);
|
||||||
|
|
||||||
composerLock = ./composer.lock;
|
composerLock = ./composer.lock;
|
||||||
vendorHash = "sha256-hQi+1JqL0t/SfBZQqrtQbIO46/MHLbfN3z4q06G6hfE=";
|
vendorHash = "sha256-ToFl7c+yrT+K30BZWKnPqtfcna6Rcae/+MCxKZouWlw=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue