managarr: 0.4.2 -> 0.5.1 (#386096)

Co-authored-by: IncredibleLaser <IncredibleLaser@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-04 08:26:52 +00:00
committed by GitHub
co-authored by IncredibleLaser
+3 -3
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 ];