harmonia: 0.6.2 -> 0.6.3

This commit is contained in:
Jörg Thalheim 2023-05-07 19:55:17 +02:00
parent 900acd943c
commit e7a72819bd

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "harmonia";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-mMwKth54SCy7Acuhf4D04XP070Zf1mzCR+s7cvpsnQE=";
hash = "sha256-erBmPXMyIYxRLbYG35vH67MypJoXomUEFOVu6IhmEWs=";
};
cargoHash = "sha256-XwfSTaw98xB6bRFIBS4FmLp7aoEGKAbKzbWS32l5C9Y=";
cargoHash = "sha256-Gq7U+Uy3psuPVY0wGM90KA5u5Wc2s4hVJma7B11Ag5g=";
nativeBuildInputs = [
pkg-config nix