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
This commit is contained in:
parent
82aeb5ec40
commit
dcf9f37aef
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue