Unverified Commit 7d871e10 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

workset: 0.2.1 -> 0.3.0 (#478620)

parents 94b77a1c 885af769
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "workset";
  version = "0.2.1";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "fossable";
    repo = "workset";
    tag = "v${finalAttrs.version}";
    hash = "sha256-aLSpgxTnyloMbCAIf2Uk9w0niJcJ2XZvcIl+T8Dq40U=";
    hash = "sha256-Ryi5zLlOVNVtHhMZ5PglNFKVrrSlrcj3TOoeHKjGAic=";
  };

  cargoHash = "sha256-5bOWtKpC4ZtU5gMvwErd7Xqy+awjp7QlnQIFQ+eHGoA=";
  cargoHash = "sha256-VJ1vXEZkOYUGba8hfgdlNpT0QAvHDPdR+TNhDNprKNk=";

  nativeBuildInputs = [ pkg-config ];