Skip to content

Commit

Permalink
elan: 0.7.2 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Mar 20, 2019
1 parent f6e1221 commit 52c3ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/elan/default.nix
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
name = "elan-${version}";
version = "0.7.2";
version = "0.7.4";

cargoSha256 = "0vv7kr7rc3lvas7ngp5dp99ajjd5v8k5937ish7zqz1k4970q2f1";

src = fetchFromGitHub {
owner = "kha";
repo = "elan";
rev = "v${version}";
sha256 = "0844fydfxvacyx02gwxbzpmiamsp22malyy5m4wpvrky4dkpn3qj";
sha256 = "0yf8mfgp4l78f5cjq1imh462axaa24jfhn69cgf7prw4jrmw3bch";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 52c3ee6

Please sign in to comment.