daktilo: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-04-11 00:31:15 +00:00
parent c81c241415
commit b7f618ad85

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