about summary refs log tree commit diff
path: root/pkgs/applications/audio/parlatype
diff options
context:
space:
mode:
authorAlexander Shpilkin <ashpilkin@gmail.com>2024-06-04 01:57:25 +0300
committerAlexander Shpilkin <ashpilkin@gmail.com>2024-06-04 01:57:25 +0300
commit9b4bed49a389c54932e79e62e8612e7791756fe7 (patch)
tree0eaab995911261bd3fe4598e89279f065b3c0e67 /pkgs/applications/audio/parlatype
parentad57eef4ef0659193044870c731987a6df5cf56b (diff)
parlatype: 4.1 -> 4.2
Diffstat (limited to 'pkgs/applications/audio/parlatype')
-rw-r--r--pkgs/applications/audio/parlatype/default.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgs/applications/audio/parlatype/default.nix b/pkgs/applications/audio/parlatype/default.nix
index 927de1d938569..3d9a3da25c2ea 100644
--- a/pkgs/applications/audio/parlatype/default.nix
+++ b/pkgs/applications/audio/parlatype/default.nix
@@ -21,13 +21,13 @@
 
 stdenv.mkDerivation rec {
   pname = "parlatype";
-  version = "4.1";
+  version = "4.2";
 
   src = fetchFromGitHub {
     owner = "gkarsay";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0546rl5sm7xmgl54cqps3a7bhfs7xdvz98jgdcf4sgiz1k2vh9xq";
+    sha256 = "1wi9f23zgvsa98xcxgghm53jlafnr3pan1zl4gkn0yd8b2d6avhk";
   };
 
   nativeBuildInputs = [
@@ -58,9 +58,6 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-    substituteInPlace data/meson_post_install.py \
-      --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
-    patchShebangs data/meson_post_install.py
     patchShebangs libparlatype/tests/data/generate_config_data
   '';
 
@@ -76,8 +73,7 @@ stdenv.mkDerivation rec {
       useful for journalists, students, scientists and whoever needs to
       transcribe audio files.
     '';
-    # maintainer lost control of parlatype.org
-    homepage = "https://github.com/gkarsay/parlatype";
+    homepage = "https://www.parlatype.xyz/";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ alexshpilkin melchips ];
     platforms = platforms.linux;