diff --git a/pkgs/applications/graphics/oculante/Cargo.lock b/pkgs/applications/graphics/oculante/Cargo.lock index 4b71b4662fd9..54ba65ae7f0d 100644 --- a/pkgs/applications/graphics/oculante/Cargo.lock +++ b/pkgs/applications/graphics/oculante/Cargo.lock @@ -3219,7 +3219,7 @@ dependencies = [ [[package]] name = "oculante" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "arboard", diff --git a/pkgs/applications/graphics/oculante/default.nix b/pkgs/applications/graphics/oculante/default.nix index 271a9dba8827..44a98828c85a 100644 --- a/pkgs/applications/graphics/oculante/default.nix +++ b/pkgs/applications/graphics/oculante/default.nix @@ -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 = {