Merge pull request #250841 from figsoda/oculante

oculante: 0.7.2 -> 0.7.3
This commit is contained in:
Nick Cao 2023-08-23 08:03:03 +08:00 committed by GitHub
commit 35a93391be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3219,7 +3219,7 @@ dependencies = [
[[package]]
name = "oculante"
version = "0.7.2"
version = "0.7.3"
dependencies = [
"anyhow",
"arboard",

View file

@ -21,13 +21,13 @@
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "woelper";
repo = pname;
rev = version;
hash = "sha256-OJKmnH1uJvVnHiuieveDaR+lybpWHC3MZvis0iAKiZU=";
hash = "sha256-Q4YEBEA+Kt09Se9b03EZ6phm+6Q3fAxXCZRXQeqPA2k=";
};
cargoLock = {