mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
celeste: 0.8.1 -> 0.8.3
This commit is contained in:
parent
5488a687a5
commit
00f383408b
@ -20,16 +20,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "celeste";
|
pname = "celeste";
|
||||||
version = "0.8.1";
|
version = "0.8.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hwittenborn";
|
owner = "hwittenborn";
|
||||||
repo = "celeste";
|
repo = "celeste";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-fJK3UTa5NS+dSsjnqZtRN3HmHQ1bYU2jepkJ5tchYD4=";
|
hash = "sha256-Yj2PvAlAkwLaSE27KnzEmiRAD5K/YVGbF4+N3uhDVT8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-/0w52bh9CsBoMTJsnWuEAQNgQzf92mbzh53H4iQYswc=";
|
cargoHash = "sha256-nlYkFgm5r6nAbJvtrXW2VxzVYq1GrSs8bzHYWOglL1c=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
pushd $cargoDepsCopy/librclone-sys
|
pushd $cargoDepsCopy/librclone-sys
|
||||||
|
Loading…
Reference in New Issue
Block a user