···1011rustPlatform.buildRustPackage (finalAttrs: {
12 pname = "atuin";
13- version = "18.7.1";
1415 src = fetchFromGitHub {
16 owner = "atuinsh";
17 repo = "atuin";
18 tag = "v${finalAttrs.version}";
19- hash = "sha256-KHATm505ysJAIGCd2UvkMEIFhp7huPYW5ly+jq1HLdc=";
20 };
2122- cargoHash = "sha256-ZzMNU3FqD4bD96gEXaTphuM7MqRBBSYZTxIJSNtw+EI=";
2324 # atuin's default features include 'check-updates', which do not make sense
25 # for distribution builds. List all other default features.
···1011rustPlatform.buildRustPackage (finalAttrs: {
12 pname = "atuin";
13+ version = "18.8.0";
1415 src = fetchFromGitHub {
16 owner = "atuinsh";
17 repo = "atuin";
18 tag = "v${finalAttrs.version}";
19+ hash = "sha256-FJEXIxdeg6ExXvrQ3dtugMK5xw+NwWyB+ld9rj7okoU=";
20 };
2122+ cargoHash = "sha256-xJPSMu22Bq9Panrafsd5vUSnEQYuJB19OEZaAq8z0mw=";
2324 # atuin's default features include 'check-updates', which do not make sense
25 # for distribution builds. List all other default features.