arc-browser: 1.38.0-48670 -> 1.40.0-49176
Changelog: https://arc.net/e/C9CC29D6-3462-410D-B7AE-5F2A1850F458
This commit is contained in:
parent
43129fa776
commit
c8b21b8be9
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "arc-browser";
|
pname = "arc-browser";
|
||||||
version = "1.38.0-48670";
|
version = "1.40.0-49176";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
|
url = "https://releases.arc.net/release/Arc-${finalAttrs.version}.dmg";
|
||||||
hash = "sha256-6LJEIkr1NA8HHxbLWtd/OTlPPErh05UTjVhjuZVcmTg=";
|
hash = "sha256-SjdlMEhmO00ADWTFR4u9fHKWbbQRAC/UstXIoshgYuA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ undmg ];
|
nativeBuildInputs = [ undmg ];
|
||||||
|
|
Loading…
Reference in a new issue