Skip to content

Commit

Permalink
elan: 0.7.4 -> 0.7.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 11318d1)
  • Loading branch information
gebner committed Mar 22, 2019
1 parent ed41adc commit f4b2ae9
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_1_31.buildRustPackage rec {
name = "elan-${version}";
version = "0.7.4";
version = "0.7.5";

cargoSha256 = "0vv7kr7rc3lvas7ngp5dp99ajjd5v8k5937ish7zqz1k4970q2f1";

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

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit f4b2ae9

Please sign in to comment.