Merge pull request #302397 from JohnRTitor/tiramisu

tiramisu: 2.0.20211107 -> 2.0-unstable-2023-03-29
This commit is contained in:
kirillrdy 2024-04-17 18:49:28 +10:00 committed by GitHub
commit da83ae2560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -2,13 +2,15 @@
stdenv.mkDerivation rec {
pname = "tiramisu";
version = "2.0.20211107";
# FIXME: once a newer release in upstream is available
version = "2.0-unstable-2023-03-29";
src = fetchFromGitHub {
owner = "Sweets";
repo = pname;
rev = version;
sha256 = "1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw";
repo = "tiramisu";
# FIXME: use the current HEAD commit as upstream has no releases since 2021
rev = "5dddd83abd695bfa15640047a97a08ff0a8d9f9b";
hash = "sha256-owYk/YFwJbqO6/dbGKPE8SnmmH4KvH+o6uWptqQtpfI=";
};
buildInputs = [ glib ];