Unverified Commit 8b49874f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

oboete: 0.1.8 -> 0.1.9 (#406567)

parents d1fea303 c52482a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "oboete";
  version = "0.1.8";
  version = "0.1.9";

  src = fetchFromGitHub {
    owner = "mariinkys";
    repo = "oboete";
    tag = version;
    hash = "sha256-tQn3ihGHkR91zNtBIiyyIEEo21Q0ZSKLEaV/3UI9pwU=";
    hash = "sha256-Xs9o6V/rUtRkUp7F2hJXLz8PP7XWtqx4uaONo3Q23uo=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-91JMgdpMXL0a7oZXAG5xgiulOIyVXQ5x09wN3XDeSy0=";
  cargoHash = "sha256-bhSkQcDqYhkRwqLbiOLXprQnMqjDKRetZ97K1ES5hrw=";

  nativeBuildInputs = [ libcosmicAppHook ];