Merge pull request #324769 from GaetanLepage/oboete

oboete: 0.1.2 -> 0.1.3
This commit is contained in:
Pol Dellaiera 2024-07-05 11:52:09 +02:00 committed by GitHub
commit 29d4a0f4ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -3445,7 +3445,7 @@ dependencies = [
[[package]]
name = "oboete"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"ashpd",
"dirs",

View File

@ -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 = {