managarr: 0.4.2 -> 0.5.1

This commit is contained in:
R. Ryantm 2025-03-01 13:45:19 +00:00
parent e318dabd63
commit c416fe9f6e

View File

@ -7,17 +7,17 @@
rustPlatform.buildRustPackage rec {
pname = "managarr";
version = "0.4.2";
version = "0.5.1";
src = fetchFromGitHub {
owner = "Dark-Alex-17";
repo = "managarr";
tag = "v${version}";
hash = "sha256-OxGFubtMsGnR8cWDKkeAgryY095uydA3LzE5SS0dspQ=";
hash = "sha256-VWlKfot6G97H7o1JhcAQgAjhYr2hvPrez1ZkeniWYBQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-oJN9jhcMu2kFZZ2kW7mrf7bZNb/9cauSemZjQe4Myz0=";
cargoHash = "sha256-bddsQlPsVXrhKoitEmxb2fZIoq4ePsVCGBN1y5hMn2U=";
nativeBuildInputs = [ perl ];