lol

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

authored by

Robert Schütz and committed by
Robert Schütz
dcf9f37a 82aeb5ec

+3 -3
+3 -3
pkgs/applications/networking/sync/celeste/default.nix
··· 29 29 }; 30 30 in rustPlatform.buildRustPackage rec { 31 31 pname = "celeste"; 32 - version = "0.4.6"; 32 + version = "0.5.2"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "hwittenborn"; 36 36 repo = "celeste"; 37 37 rev = "v${version}"; 38 - hash = "sha256-VEyQlycpqsGKqtV/QvqBfVHqQhl/H6HsWPRDBtQO3qM="; 38 + hash = "sha256-pFtyfKGPlwum/twGXi/e82BjINy6/MMvvmVfrwWHTQg="; 39 39 }; 40 40 41 - cargoHash = "sha256-fqt0XklJJAXi2jO7eo0tIwRo2Y3oM56qYwoaelKY8iU="; 41 + cargoHash = "sha256-wcgu4KApkn68Tpk3PQ9Tkxif++/8CmS4f8AOOpCA/X8="; 42 42 43 43 patches = [ 44 44 (substituteAll {