Unverified Commit 97bfb0f1 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

wttrbar: 0.14.0 -> 0.14.3 (#501462)

parents a66178e5 f361ec3a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "wttrbar";
  version = "0.14.0";
  version = "0.14.3";

  src = fetchFromGitHub {
    owner = "bjesus";
    repo = "wttrbar";
    tag = finalAttrs.version;
    hash = "sha256-AgNWz8GiJKyfhvv6+8NZPMcaxPNaufw/k/yVVLoJl7U=";
    hash = "sha256-MNELUtk3pXw0vcA8I1zUXl6BhojEcIoOUX4G2d4QIMI=";
  };

  cargoHash = "sha256-ZDP9EEQiW57O/Pgjja1/4cb513naymx6quSRLgCpphM=";
  cargoHash = "sha256-V+XsePgv6Ss6TC/Ej2hQkfj7hdjTNV0V4QNynMRZ24I=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ];