engage: 0.1.2 -> 0.1.3
This commit is contained in:
parent
12903b9edf
commit
2c5f722cfc
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "engage";
|
pname = "engage";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
|
|||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://or.computer.surgery/charles/${pname}";
|
url = "https://or.computer.surgery/charles/${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-7zLFgTLeAIaMMoj0iThH/5UhnV9OUGe9CVwbbShCieo=";
|
hash = "sha256-B7pDJDoQiigaxcia0LfG7zHEzYtvhCUNpbmfR2ny4ZE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-+4uqC0VoBSmkS9hYC1lzWeJmK873slZT04TljHPE+Eo=";
|
cargoHash = "sha256-Akk7fh7/eyN8gyuh3y3aeeKD2STtrEx+trOm5ww9lgw=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
Loading…
Reference in New Issue
Block a user