jujutsu: 0.4.0 -> 0.5.1

This commit is contained in:
0x4A6F 2022-10-18 06:28:11 +02:00
parent 104e8082de
commit 4e6324b414
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "jujutsu";
version = "0.4.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "martinvonz";
repo = "jj";
rev = "v${version}";
sha256 = "sha256-G8Y8ooi3aX6v/Ied62eSfo6PvXbZtx455bF0wVkZN30=";
sha256 = "sha256-ITYpdCUh+WzP2RrAkSep3DsQ7dztvOMuwESKimn8JBQ=";
};
cargoSha256 = "sha256-7nWrwpv3xAffKiaUsnoA+h6ledjgG9tQeQ69WNl6e8o=";
cargoSha256 = "sha256-eH8/R4dwQ08Q7Dyw8CnE+DGjneAmtTdsRben2cxpG8Q=";
# Needed to get openssl-sys to use pkg-config.
OPENSSL_NO_VENDOR = 1;