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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3445,7 +3445,7 @@ dependencies = [
[[package]]
name = "oboete"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"ashpd",
"dirs",
+2 -2
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 = {