Skip to content

Commit

Permalink
elan: 0.5.0 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Oct 4, 2018
1 parent e4f4e9f commit 0a7e258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/elan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
name = "elan-${version}";
version = "0.5.0";
version = "0.7.1";

cargoSha256 = "01d3s47fjszxx8s5gr3haxq3kz3hswkrkr8x97wx8l4nfhm8ndd2";
cargoSha256 = "0vv7kr7rc3lvas7ngp5dp99ajjd5v8k5937ish7zqz1k4970q2f1";

src = fetchFromGitHub {
owner = "kha";
repo = "elan";
rev = "v${version}";
sha256 = "13zcqlyz0nwvd574llndrs7kvkznj6njljkq3v5j7kb3vndkj6i9";
sha256 = "0x5s1wm78yx5ci63wrmlkzm6k3281p33gn4dzw25k5s4vx0p9n24";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 0a7e258

Please sign in to comment.