Commit ad21af31 authored by Braian A. Diez's avatar Braian A. Diez Committed by Alyssa Ross
Browse files

fum: 0.4.3 -> 0.6.4

parent 73d6ed2c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,16 +11,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "fum";
  version = "0.4.3";
  version = "0.6.4";

  src = fetchFromGitHub {
    owner = "qxb3";
    repo = "fum";
    tag = "v${version}";
    hash = "sha256-VRcQWwO80xFn5A21yjRsGqnnWkhWfsJxxEiw78NWJPM=";
    hash = "sha256-vBn76s2ewLVVYhyXviQUmq+AzH6FSVdJaTEJQ2EPlM0=";
  };

  cargoHash = "sha256-GW3/SqQlEUTMtvOgnMGhcREOHz/V2qtjtCAzFFKMNb4=";
  useFetchCargoVendor = true;
  cargoHash = "sha256-7h/KIAIxldXPXUo0lzuBqs6Uf5S5p39yV+kTfLe/LBo=";

  nativeBuildInputs = [
    autoPatchelfHook