Commit 1c3a7eaf authored by R. RyanTM's avatar R. RyanTM
Browse files

xrizer: 0.1 -> 0.2

parent e365012c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "xrizer";
  version = "0.1";
  version = "0.2";

  src = fetchFromGitHub {
    owner = "Supreeeme";
    repo = "xrizer";
    tag = "v${version}";
    hash = "sha256-0szkc/EURm4N0gl+tSFhLeQTYPX7ZgBHXwpP11Ju8Ng=";
    hash = "sha256-0RICNxF8RBHthve69Z9msTg2+jegg5K4aHYRF0YZ8a4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-xyiEKPnko9mpEsUfl7wuAAsobRTwBHhZuKuU/HP4Ujs=";
  cargoHash = "sha256-87JcULH1tAA487VwKVBmXhYTXCdMoYM3gOQTkM53ehE=";

  nativeBuildInputs = [
    pkg-config