rsbkb: 1.2 -> 1.2.1

This commit is contained in:
R. Ryantm 2023-10-19 02:17:16 +00:00
parent 1ae1ab8d01
commit 99b58813ea

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rsbkb"; pname = "rsbkb";
version = "1.2"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "trou"; owner = "trou";
repo = "rsbkb"; repo = "rsbkb";
rev = "release-${version}"; rev = "release-${version}";
hash = "sha256-Y6YTjEbefNUPcl6rNYWVZLGZYTUPr5pvfLabS+zDWqA="; hash = "sha256-+plf7BoYpEFPRsGKNrvLF8TAU3Z7nyx6Td6uRBoNGiE=";
}; };
cargoHash = "sha256-RMX+ZdPaqtqRJvhHFJJrPZnBGwQwZSCXNg1oNo+v2+8="; cargoHash = "sha256-HyosR/5tZCRU2CNnnGITEuESW30Zq3s33UFNcLmEWIA=";
# Setup symlinks for all the utilities, # Setup symlinks for all the utilities,
# busybox style # busybox style