Merge pull request #303247 from r-ryantm/auto-update/daktilo

daktilo: 0.5.0 -> 0.6.0
This commit is contained in:
Weijia Wang 2024-04-12 09:59:46 +02:00 committed by GitHub
commit ec08802652
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "daktilo"; pname = "daktilo";
version = "0.5.0"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "orhun"; owner = "orhun";
repo = "daktilo"; repo = "daktilo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-kbJwBOUODtHdngbfa6HbbQJ0kgW6f64c0EG3y8wLymw="; hash = "sha256-gIBWonJGX6IpxyBeMulcfQEExsG1GrBVQLZbBBA1ruc=";
}; };
cargoHash = "sha256-u9vL2HAUgP43ZDwIEK2u/I+KUEjQsfXda03gnGJ1Krc="; cargoHash = "sha256-lBlzXTkhsEboTby5tH7WfsvZxUwtw7sLYVJRozjI1D4=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles