positron-bin: 2025.07.0-112 -> 2025.07.0-204
This commit is contained in:
parent
2d092f4156
commit
6c48b9cbe5
@ -22,7 +22,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "positron-bin";
|
pname = "positron-bin";
|
||||||
version = "2025.07.0-112";
|
version = "2025.07.0-204";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
@ -30,18 +30,18 @@ stdenv.mkDerivation {
|
|||||||
src =
|
src =
|
||||||
if stdenv.hostPlatform.isDarwin then
|
if stdenv.hostPlatform.isDarwin then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://cdn.posit.co/positron/dailies/mac/universal/Positron-${version}.dmg";
|
url = "https://cdn.posit.co/positron/releases/mac/universal/Positron-${version}-universal.dmg";
|
||||||
hash = "sha256-vprBr+0XBndCiFTauiOa3gjOlxj/w2ZhQlXNJdly7oU=";
|
hash = "sha256-f1EQw6fKH4pgVG7+YcLPv6FawJ2TN507hYLD0pn+PlM=";
|
||||||
}
|
}
|
||||||
else if stdenv.hostPlatform.system == "aarch64-linux" then
|
else if stdenv.hostPlatform.system == "aarch64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://cdn.posit.co/positron/dailies/deb/arm64/Positron-${version}-arm64.deb";
|
url = "https://cdn.posit.co/positron/releases/deb/arm64/Positron-${version}-arm64.deb";
|
||||||
hash = "sha256-TYFBW3sRpgsdVC66WB9SYNsmAxGCq/3gQSexOVtvGZs=";
|
hash = "sha256-SxjQPZ2wUmSIYOxBB6AS6Ue7ajXzMkY32nHdkZkNhBA=";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://cdn.posit.co/positron/dailies/deb/x86_64/Positron-${version}-x64.deb";
|
url = "https://cdn.posit.co/positron/releases/deb/x86_64/Positron-${version}-x64.deb";
|
||||||
hash = "sha256-yueD2PEBXiG8FPghRWvBS6TPtyZ1Q8utKOS8QDMNlk8=";
|
hash = "sha256-f27LC4+SXnkyePw/fw8r9JYsOQKVoIiFkAet/QtwbNg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user