Skip to content

Commit

Permalink
Merge pull request #63431 from r-ryantm/auto-update/sit
Browse files Browse the repository at this point in the history
sit: 0.4.0 -> 0.4.1
  • Loading branch information
marsam authored Jun 18, 2019
2 parents ba16a39 + 1095a3e commit adaf148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/sit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] ++
Expand Down

0 comments on commit adaf148

Please sign in to comment.