mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ptyxis: 46.4 -> 46.5
This commit is contained in:
parent
bd24e293f2
commit
78deba0539
@ -15,18 +15,19 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "46.4";
|
||||
version = "46.5";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "chergert";
|
||||
repo = "ptyxis";
|
||||
rev = version;
|
||||
hash = "sha256-FIq05EDOEi0qx6s5i5a2T9bacVUMQWe0nl6xUp6CY1s=";
|
||||
hash = "sha256-PHjQJEM0W26ZpzW//+gsYCCq0lcikWh0707kDXxryAo=";
|
||||
};
|
||||
|
||||
vte-gtk4-patched = vte-gtk4.overrideAttrs (prev: {
|
||||
patches = (prev.patches or [ ]) ++ [
|
||||
"${src}/build-aux/0001-a11y-implement-GtkAccessibleText.patch"
|
||||
"${src}/build-aux/0001-add-notification-and-shell-precmd-preexec.patch"
|
||||
];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user