Unverified Commit 1e8ab31d authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

countryfetch: 0.1.9 -> 0.2.0 (#413914)

parents 7569eca8 f08e609a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -10,20 +10,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "countryfetch";
  version = "0.1.9";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "nik-rev";
    repo = "countryfetch";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KdFgY54vXLmq6IZfJzZ1IeZ2eQuNJoCRZUV3rVuPpcY=";
    hash = "sha256-povKd1Y/2Mi+6yJd9+RsJ4F19/wvXvBOK2Jgbs4UnP0=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-XJI9k/5hdak8p0/J/x9u6lqJu/DIbX93Wwm3LALkAAw=";
  cargoHash = "sha256-0ZBhRheJGapPqVieXbIpoboVV4RLXan042u5SSgrYQk=";

  env = {
    RUSTC_BOOTSTRAP = 1;
    OPENSSL_NO_VENDOR = true;
  };