fragments: 3.0.0 -> 3.0.1 (#337479)

This commit is contained in:
Aleksana 2024-09-04 22:25:22 +08:00 committed by GitHub
commit f24c130569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,41 +1,42 @@
{ lib
, stdenv
, fetchFromGitLab
, appstream-glib
, cargo
, dbus
, desktop-file-utils
, git
, glib
, gtk4
, libadwaita
, meson
, ninja
, openssl
, pkg-config
, rustPlatform
, rustc
, sqlite
, transmission_4
, wrapGAppsHook4
{
lib,
stdenv,
fetchFromGitLab,
appstream-glib,
cargo,
dbus,
desktop-file-utils,
git,
glib,
gtk4,
libadwaita,
meson,
ninja,
openssl,
pkg-config,
rustPlatform,
rustc,
sqlite,
transmission_4,
wrapGAppsHook4,
}:
stdenv.mkDerivation rec {
pname = "fragments";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "World";
repo = "Fragments";
rev = version;
hash = "sha256-HtulyB1XYBsA595ghJN0EmyJT7DjGUbtJKaMGM3f0I8=";
hash = "sha256-lTOO6ZQWImaFqYZ3qerYYHWj/eOLYU/2k2Wh/ju9Njw=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-EUE+Qc+MqsKPqHMYJflZQ6zm3ErW+KLuJq/7HEBf8VM=";
hash = "sha256-7TIjd1ewazJGY8uG6f1B97ol+7+uLjnZVGC2/2DlUdQ=";
};
nativeBuildInputs = [