From 96a743330a090f34d2528e7dbf0c5e9dc366166e Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 22 Aug 2023 17:48:17 -0400 Subject: [PATCH] oculante: 0.7.2 -> 0.7.3 Diff: https://github.com/woelper/oculante/compare/0.7.2...0.7.3 Changelog: https://github.com/woelper/oculante/blob/0.7.3/CHANGELOG.md --- pkgs/applications/graphics/oculante/Cargo.lock | 2 +- pkgs/applications/graphics/oculante/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = {