sit: 0.4.0 -> 0.4.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sit/versions
This commit is contained in:
R. RyanTM 2019-06-18 05:41:20 -07:00
parent 41377252e5
commit 1095a3ec56

@ -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 ] ++