From dcf9f37aef4143eb2b89c561150b4117598ff0a5 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Tue, 28 Mar 2023 11:54:55 -0700 Subject: celeste: 0.4.6 -> 0.5.2 Diff: https://github.com/hwittenborn/celeste/compare/v0.4.6...v0.5.2 Changelog: https://github.com/hwittenborn/celeste/blob/v0.5.2/CHANGELOG.md --- pkgs/applications/networking/sync/celeste/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/networking/sync') diff --git a/pkgs/applications/networking/sync/celeste/default.nix b/pkgs/applications/networking/sync/celeste/default.nix index 701172cbd28b8..0e0b36263831e 100644 --- a/pkgs/applications/networking/sync/celeste/default.nix +++ b/pkgs/applications/networking/sync/celeste/default.nix @@ -29,16 +29,16 @@ let }; in rustPlatform.buildRustPackage rec { pname = "celeste"; - version = "0.4.6"; + version = "0.5.2"; src = fetchFromGitHub { owner = "hwittenborn"; repo = "celeste"; rev = "v${version}"; - hash = "sha256-VEyQlycpqsGKqtV/QvqBfVHqQhl/H6HsWPRDBtQO3qM="; + hash = "sha256-pFtyfKGPlwum/twGXi/e82BjINy6/MMvvmVfrwWHTQg="; }; - cargoHash = "sha256-fqt0XklJJAXi2jO7eo0tIwRo2Y3oM56qYwoaelKY8iU="; + cargoHash = "sha256-wcgu4KApkn68Tpk3PQ9Tkxif++/8CmS4f8AOOpCA/X8="; patches = [ (substituteAll { -- cgit 1.4.1