tiramisu: 2.0.20211107 -> 2.0-unstable-2023-03-29

Use a commit since the last release to get the latest changes
since latest changes are not released yet
as per https://github.com/NixOS/nixpkgs/issues/217845
This commit is contained in:
John Titor 2024-04-07 23:41:48 +05:30
parent 3e4f96c930
commit 61921f8df9
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tiramisu";
version = "2.0.20211107";
version = "2.0-unstable-2023-03-29";
src = fetchFromGitHub {
owner = "Sweets";
repo = pname;
rev = version;
sha256 = "1n1x1ybbwbanibw7b90k7v4cadagl41li17hz2l8s2sapacvq3mw";
rev = "5dddd83abd695bfa15640047a97a08ff0a8d9f9b";
sha256 = "sha256-owYk/YFwJbqO6/dbGKPE8SnmmH4KvH+o6uWptqQtpfI=";
};
buildInputs = [ glib ];