emulsion: 10.4 -> 10.5

This commit is contained in:
R. Ryantm 2024-04-14 12:52:48 +00:00
parent aedb247a4b
commit 3cce82782f

View File

@ -37,16 +37,16 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "emulsion"; pname = "emulsion";
version = "10.4"; version = "10.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ArturKovacs"; owner = "ArturKovacs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9M9FyDehony5+1UwtEk7bRjBAlV4GvhtABi0MpjYcIA="; sha256 = "sha256-Wrb5jHr2rXDpXF/uHpNLKSc//Xdj0/VsXQcytit0hKY=";
}; };
cargoHash = "sha256-fcZCFD4XBHFIhwZtpYLkv8oDe+TmhvUEKFY3iJAMdFI="; cargoHash = "sha256-zfR4sp/AmK3+UcFdqMMZE9O9+oGathqmuqFw11SmUWI=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles