spacedrive: 0.4.2 -> 0.4.3

stepbrobd.com e030d8ff b98b14df

verified
+4 -4
+4 -4
pkgs/by-name/sp/spacedrive/package.nix
··· 17 17 18 18 let 19 19 pname = "spacedrive"; 20 - version = "0.4.2"; 20 + version = "0.4.3"; 21 21 22 22 src = 23 23 fetchurl 24 24 { 25 25 aarch64-darwin = { 26 26 url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-aarch64.dmg"; 27 - hash = "sha256-W0nFNmBgrypTj1Y6r6vstdL0UUaP9jTOH5RgAirwxsY="; 27 + hash = "sha256-0Bj6GjsxLUgLlycA33pXIvItoqFtatjJl2Z/ZwjnC0c="; 28 28 }; 29 29 x86_64-darwin = { 30 30 url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-darwin-x86_64.dmg"; 31 - hash = "sha256-iX7aUs2k1fjOoDxkgXbePEYXYKFK3rGFlN9b0+gz378="; 31 + hash = "sha256-E1XCGeWBe/oHHE3izMykT8wFrIGhNMvmxEieMrnSfZ8="; 32 32 }; 33 33 x86_64-linux = { 34 34 url = "https://github.com/spacedriveapp/spacedrive/releases/download/${version}/Spacedrive-linux-x86_64.deb"; 35 - hash = "sha256-SbuL96xNEOPZ3Z5jd0gfJtNkUoEjO4W+P7K9mvyNmHA="; 35 + hash = "sha256-MLCAHNLJ/9bdCBLBBssrpk98uvKTfHs9YGxmxJ11/oY="; 36 36 }; 37 37 } 38 38 .${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");