File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1717
1818stdenv . mkDerivation ( finalAttrs : {
1919 pname = "confy" ;
20- version = "0.7.1 " ;
20+ version = "0.8.0 " ;
2121
2222 src = fetchFromSourcehut {
2323 owner = "~fabrixxm" ;
2424 repo = "confy" ;
2525 rev = finalAttrs . version ;
26- hash = "sha256-BXQDnRRt2Kuqc1Gwx6Ba6BoEWhICTCsWWkGlBsStyT8 =" ;
26+ hash = "sha256-lQZ9joLK6w+sIjCVOEHstnnQomUl2E4F8FXCZukMUkI =" ;
2727 } ;
2828
2929 nativeBuildInputs = [
@@ -48,12 +48,6 @@ stdenv.mkDerivation (finalAttrs: {
4848 ) )
4949 ] ;
5050
51- postPatch = ''
52- substituteInPlace build-aux/meson/postinstall.py \
53- --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
54- patchShebangs build-aux/meson/postinstall.py
55- '' ;
56-
5751 meta = with lib ; {
5852 changelog = "https://git.sr.ht/~fabrixxm/confy/refs/${ finalAttrs . version } " ;
5953 description = "Conferences schedule viewer" ;
You can’t perform that action at this time.
0 commit comments