File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
pkgs/applications/terminal-emulators/mlterm Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 22 stdenv ,
33 lib ,
44 fetchFromGitHub ,
5- fetchpatch ,
65 pkg-config ,
76 autoconf ,
87 makeDesktopItem ,
@@ -102,34 +101,15 @@ let
102101in
103102stdenv . mkDerivation ( finalAttrs : {
104103 pname = "mlterm" ;
105- version = "3.9.3 " ;
104+ version = "3.9.4 " ;
106105
107106 src = fetchFromGitHub {
108107 owner = "arakiken" ;
109108 repo = "mlterm" ;
110109 rev = finalAttrs . version ;
111- sha256 = "sha256-gfs5cdwUUwSBWwJJSaxrQGWJvLkI27RMlk5QvDALEDg =" ;
110+ sha256 = "sha256-YogapVTmW4HAyVgvhR4ZvW4Q6v0kGiW11CCxN6SpPCY =" ;
112111 } ;
113112
114- patches = [
115- ( fetchpatch {
116- name = "mlterm-configure-implicit-function-declaration.patch" ;
117- url = "https://github.com/arakiken/mlterm/commit/1a9ee97e4574c5892bf12090b812b0538dcdf8f2.patch" ;
118- hash = "sha256-Kk+x5LAq+beZWE8yj5WfdS82ConLSgxNquzQd5mvOA4=" ;
119- } )
120-
121- ( fetchpatch {
122- name = "mlterm-wayland-implicit-function-declaration.patch" ;
123- url = "https://github.com/arakiken/mlterm/commit/20ab931d5055dc5835154a75ca672fade478549f.patch" ;
124- hash = "sha256-rDmQ0e3dQD7UAGTX4ljOrDqTTddBqvnnRFnqDjRLAss=" ;
125- } )
126-
127- ( fetchpatch {
128- url = "https://salsa.debian.org/debian/mlterm/-/raw/d9b1555e9220985e0c89a6ff5a0d58f7b18cc123/debian/patches/fix-incompat-pointer-types.patch" ;
129- hash = "sha256-EcI15FjQfcN8pcE1MqsBfaHQ4j+gyoeesN/WoHb7WnU=" ;
130- } )
131- ] ;
132-
133113 nativeBuildInputs =
134114 [
135115 pkg-config
You can’t perform that action at this time.
0 commit comments