tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spacedrive: 0.4.2 -> 0.4.3
stepbrobd.com
10 months ago
e030d8ff
b98b14df
verified
This commit was signed with the committer's
known signature
.
stepbrobd.com
SSH Key Fingerprint:
SHA256:YqPlcyQcfJcVfN3mdgkd9A89Jk+8de9VmtR3Zu6u1yc=
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sp
spacedrive
package.nix
+4
-4
pkgs/by-name/sp/spacedrive/package.nix
···
17
18
let
19
pname = "spacedrive";
20
-
version = "0.4.2";
21
22
src =
23
fetchurl
24
{
25
aarch64-darwin = {
26
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-aarch64.dmg";
27
-
hash = "sha256-W0nFNmBgrypTj1Y6r6vstdL0UUaP9jTOH5RgAirwxsY=";
28
};
29
x86_64-darwin = {
30
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-x86_64.dmg";
31
-
hash = "sha256-iX7aUs2k1fjOoDxkgXbePEYXYKFK3rGFlN9b0+gz378=";
32
};
33
x86_64-linux = {
34
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-linux-x86_64.deb";
35
-
hash = "sha256-SbuL96xNEOPZ3Z5jd0gfJtNkUoEjO4W+P7K9mvyNmHA=";
36
};
37
}
38
.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");
···
17
18
let
19
pname = "spacedrive";
20
+
version = "0.4.3";
21
22
src =
23
fetchurl
24
{
25
aarch64-darwin = {
26
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-aarch64.dmg";
27
+
hash = "sha256-0Bj6GjsxLUgLlycA33pXIvItoqFtatjJl2Z/ZwjnC0c=";
28
};
29
x86_64-darwin = {
30
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-x86_64.dmg";
31
+
hash = "sha256-E1XCGeWBe/oHHE3izMykT8wFrIGhNMvmxEieMrnSfZ8=";
32
};
33
x86_64-linux = {
34
url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-linux-x86_64.deb";
35
+
hash = "sha256-MLCAHNLJ/9bdCBLBBssrpk98uvKTfHs9YGxmxJ11/oY=";
36
};
37
}
38
.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");