Unverified Commit aa660347 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

carl: 0.3.1 -> 0.4.0 (#446926)

parents ad66a5f8 695c996f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

rustPlatform.buildRustPackage rec {
  pname = "carl";
  version = "0.3.1";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "b1rger";
    repo = "carl";
    rev = "v${version}";
    hash = "sha256-+l11eP+1qKrWbZhyUJgQ8FgQ+2rncx778F5RPzCfvV4=";
    hash = "sha256-bUSQArlCfgJr/XJuuyMVNFOZzJlmpInaEGHHxRZsDW4=";
  };

  doCheck = false;

  cargoHash = "sha256-kzHMjrLCiiMLMTSozKq5jMWq3rGb+xsXhZoOuod7qGE=";
  cargoHash = "sha256-KueQLeqiHZfjyEdpURKXp6MigAcXdov8Z/KwKsiqv9Y=";

  meta = {
    description = "cal(1) with more features and written in rust";