Unverified Commit 29d4a0f4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #324769 from GaetanLepage/oboete

oboete: 0.1.2 -> 0.1.3
parents 932390c7 95f02552
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3445,7 +3445,7 @@ dependencies = [

[[package]]
name = "oboete"
version = "0.1.2"
version = "0.1.3"
dependencies = [
 "ashpd",
 "dirs",
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
  pname = "oboete";
  version = "0.1.2";
  version = "0.1.3";

  src = fetchFromGitHub {
    owner = "mariinkys";
    repo = "oboete";
    rev = "refs/tags/${version}";
    hash = "sha256-FVdE5ZI6kqT9OeZ9mZusdOYRBTnAzntd7xlIMS1MUzM=";
    hash = "sha256-6JwIwWcei4hbHZsfTNHMKQVTj5CcPRIS+QR0PY3yhvg=";
  };

  cargoLock = {