ente-web: 1.1.53 -> 1.1.57 (#425115)
Co-authored-by: pinpox <github@pablo.tools>
This commit is contained in:
commit
86ab674a38
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ente-web";
|
pname = "ente-web";
|
||||||
version = "1.1.53";
|
version = "1.1.57";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ente-io";
|
owner = "ente-io";
|
||||||
@ -20,13 +20,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
sparseCheckout = [ "web" ];
|
sparseCheckout = [ "web" ];
|
||||||
tag = "photos-v${finalAttrs.version}";
|
tag = "photos-v${finalAttrs.version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-LYFkqB44pS7WLa4HEnYrnRanh04P82ydsqiZYHNAshc=";
|
hash = "sha256-SCkxGm/w0kES7wDuLBsUTgwrFYNLvLD51NyioAVTLrg=";
|
||||||
};
|
};
|
||||||
sourceRoot = "${finalAttrs.src.name}/web";
|
sourceRoot = "${finalAttrs.src.name}/web";
|
||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = "${finalAttrs.src}/web/yarn.lock";
|
yarnLock = "${finalAttrs.src}/web/yarn.lock";
|
||||||
hash = "sha256-8uqKlqBnYTft3P7r1rQaEqn7ixj55yWnSLKTNi/0MZA=";
|
hash = "sha256-FnLMXOpIVNOhaM7VjNEDlwpew9T/5Ch5eFed9tLpDsI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user