sequoia-sqv: 1.2.1 -> 1.3.0 (#390560)

authored by Doron Behar and committed by GitHub c4041b0d 65d532c9

+3 -3
+3 -3
pkgs/by-name/se/sequoia-sqv/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "sequoia-sqv"; 13 - version = "1.2.1"; 14 15 src = fetchFromGitLab { 16 owner = "sequoia-pgp"; 17 repo = "sequoia-sqv"; 18 rev = "v${version}"; 19 - hash = "sha256-frGukJDsxq+BWLPC/4imfc42lDKVF8BPIQQDazaLaQ0="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-WaLRBf+Umaa8LTQ97TsJJ7pUlmficIwuFV6d5QDT6SA="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "sequoia-sqv"; 13 + version = "1.3.0"; 14 15 src = fetchFromGitLab { 16 owner = "sequoia-pgp"; 17 repo = "sequoia-sqv"; 18 rev = "v${version}"; 19 + hash = "sha256-xkvCEHVyRf1tQ/oo6Hg4Nri2WxdmH0fZFX24CPwJpZQ="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-ZynvC4t9NBri5gc9lt2tHd/45V6QsKHbZb7HjHUQQUI="; 24 25 nativeBuildInputs = [ 26 pkg-config