tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
syncstorage-rs: 0.20.1 -> 0.21.0
R. Ryantm
5 months ago
4643be49
c27b7a31
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sy
syncstorage-rs
package.nix
+3
-3
pkgs/by-name/sy/syncstorage-rs/package.nix
···
22
22
23
23
rustPlatform.buildRustPackage rec {
24
24
pname = "syncstorage-rs";
25
25
-
version = "0.20.1";
25
25
+
version = "0.21.0";
26
26
27
27
src = fetchFromGitHub {
28
28
owner = "mozilla-services";
29
29
repo = "syncstorage-rs";
30
30
tag = version;
31
31
-
hash = "sha256-6KgPV2fi3CWEIM2w69kwn3R9w5b5E0mIlE8q8LCy5LE=";
31
31
+
hash = "sha256-B9eZmpNV7eOpnQZU7M6KSGgFjlCI7+Vh7rWsqKMNGm8=";
32
32
};
33
33
34
34
nativeBuildInputs = [
···
47
47
--prefix PATH : ${lib.makeBinPath [ pyFxADeps ]}
48
48
'';
49
49
50
50
-
cargoHash = "sha256-yJhhqaEPsHcjSuf21ZfdLhruPvpeaDDaangxwQZUCdA=";
50
50
+
cargoHash = "sha256-3JW0vaTSYDF5tfjDa6nzhKA58QDODhtMEZNK3bah1VQ=";
51
51
52
52
# almost all tests need a DB to test against
53
53
doCheck = false;