ptyxis: 46.1 -> 46.2

This commit is contained in:
R. Ryantm 2024-05-13 14:49:07 +00:00
parent 5e1830b877
commit 8bfc54dc2c

View File

@ -15,14 +15,14 @@
}:
let
version = "46.1";
version = "46.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "chergert";
repo = "ptyxis";
rev = version;
hash = "sha256-4fdl6H0kxZwpEQp+sZJkO0auQDR327m7RDXf6tbB5x0=";
hash = "sha256-/n/S2ws6qsVwTXX96MPa+/ISozDDu8A1wkD1g3dmAtQ=";
};
vte-gtk4-patched = vte-gtk4.overrideAttrs (prev: {