Unverified Commit b60e2d96 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

komac: 2.10.1 -> 2.11.0 (#388758)

parents 220d184e 9f9f8ac5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@
  bzip2,
}:
rustPlatform.buildRustPackage (finalAttrs: {
  version = "2.10.1";
  pname = "komac";
  version = "2.11.0";

  src = fetchFromGitHub {
    owner = "russellbanks";
    repo = "Komac";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE=";
    hash = "sha256-iohqtbzebX/1hkAwEe6UT6cw0BOQF5Ec5MS5ycrHoNU=";
  };

  pname = "komac";

  useFetchCargoVendor = true;
  cargoHash = "sha256-g7R4Vk6bFaJ5TA4IdeXRiFzZOcj1T4JY3HsOt+Zx2mU=";
  cargoHash = "sha256-LvYweWuMytBcke1lKNmIPeFFfjEqzR07vO2MQQ37ASY=";

  nativeBuildInputs =
    [