Merge pull request #63431 from r-ryantm/auto-update/sit

sit: 0.4.0 -> 0.4.1
This commit is contained in:
Mario Rodas 2019-06-18 18:31:07 -05:00 committed by GitHub
commit adaf148273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
rustPlatform.buildRustPackage rec {
name = "sit-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "sit-fyi";
repo = "sit";
rev = "v${version}";
sha256 = "10ycs6vc7mfzxnxrki09xn974pcwh196h1pfnsds98x6r87hxkpn";
sha256 = "06xkhlfix0h6di6cnvc4blbj3mjy90scbh89dvywbx16wjlc79pf";
};
buildInputs = [ cmake libzip gnupg ] ++