Skip to content

Commit

Permalink
Merge pull request #87271 from gebner/elan0100
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed May 8, 2020
2 parents 50684f1 + 115fa1c commit 8fc7448
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/elan/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "elan";
version = "0.9.0";
version = "0.10.0";

src = fetchFromGitHub {
owner = "kha";
repo = "elan";
rev = "v${version}";
sha256 = "17i8sn53hk03fsawpwfinm1w0nb6lcmdbk8ar2mxyhkxczd45vag";
sha256 = "0aw538shvpfbk481y0gw3z97nsazdnk8qh8fwsb6ji62p2r51v6f";
};

cargoSha256 = "1b2b200wci1lirnkbhfmravz85v8ly918qkr0nwg7dlmhvg9gjb0";
cargoSha256 = "0zg3q31z516049v9fhli4yxldx9fg31k2qfx4ag8rmyvpgy9xh6c";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit 8fc7448

Please sign in to comment.