Merge pull request #127035 from r-ryantm/auto-update/helvum

helvum: 0.2.0 -> 0.2.1
This commit is contained in:
Sandro 2021-06-16 18:22:52 +02:00 committed by GitHub
commit 7438a9c31f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "helvum"; pname = "helvum";
version = "0.2.0"; version = "0.2.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "ryuukyu"; owner = "ryuukyu";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-sQ4epL3QNOLHuR/dr/amHgiaxV/1SWeb3eijnjAAR3w="; sha256 = "sha256-ZnpdGXK8N8c/s4qC2NXcn0Pdqrqr47iOWvVwXD9pn1A=";
}; };
cargoSha256 = "sha256-uNTSU06Fz/ud04K40e98rb7o/uAht0DsiJOXeHX72vw="; cargoSha256 = "sha256-2v2L20rUWftXdhhuE3wiRrDIuSg6VFxfpWYMRaMUyTU=";
nativeBuildInputs = [ clang copyDesktopItems pkg-config ]; nativeBuildInputs = [ clang copyDesktopItems pkg-config ];
buildInputs = [ glib gtk4 pipewire ]; buildInputs = [ glib gtk4 pipewire ];