Commit 95f02552 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 1a782ec6
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 = {