Unverified Commit 48b5b88c authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

harmonia: 3.0.0 -> 3.1.0 (#514140)

parents c50e2564 208aa2dd
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -10,16 +10,19 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "harmonia";
  version = "3.0.0";
  version = "3.1.0";

  __structuredAttrs = true;
  strictDeps = true;

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "harmonia";
    tag = "harmonia-v${finalAttrs.version}";
    hash = "sha256-BovRI3p2KXwQ6RF49NqLc0uKP/Jk+yA8E0eqScaIP68=";
    hash = "sha256-fm8PBugKnw72/dAXsRj84jf4EZK1BcVEdEWgtojIuA0=";
  };

  cargoHash = "sha256-X3A+gV32itmt0SqepioT64IGzHfrCdLsQjF6EDwCTbo=";
  cargoHash = "sha256-qp4frhNsWDma8uYcRe3BXmfIu6btYb8IaoXhk4oI4qM=";

  doCheck = false;