about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/tangram
diff options
context:
space:
mode:
authorChuang Zhu <git@chuang.cz>2023-04-30 23:30:50 +0800
committerChuang Zhu <git@chuang.cz>2023-04-30 23:30:50 +0800
commit2f5a2598c2f5dee16a33d1c2cc96e78c8f7328fc (patch)
treedc1329ec4584ce83ef76b37323155becc5aa19ea /pkgs/applications/networking/instant-messengers/tangram
parentd6b863fd9b7bb962e6f9fdf292419a775e772891 (diff)
tangram: 2.0 -> 3.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/tangram')
-rw-r--r--pkgs/applications/networking/instant-messengers/tangram/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/tangram/default.nix b/pkgs/applications/networking/instant-messengers/tangram/default.nix
index 30727553248f7..df460db316641 100644
--- a/pkgs/applications/networking/instant-messengers/tangram/default.nix
+++ b/pkgs/applications/networking/instant-messengers/tangram/default.nix
@@ -25,13 +25,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tangram";
-  version = "2.0";
+  version = "3.0";
 
   src = fetchFromGitHub {
     owner = "sonnyp";
     repo = "Tangram";
     rev = "v${version}";
-    hash = "sha256-ocHE8IztiNm9A1hbzzHXstWpPaOau/IrQ44ccxbsGb0=";
+    hash = "sha256-6QOkvsYFgFFyxnDlA5Xpl3FnsSZOj9ooehCPOmpKe8M=";
     fetchSubmodules = true;
   };
 
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     substituteInPlace src/meson.build --replace "/app/bin/blueprint-compiler" "blueprint-compiler"
-    substituteInPlace {src/,}re.sonny.Tangram troll/gjspack/bin/gjspack \
+    substituteInPlace src/bin.js troll/gjspack/bin/gjspack \
       --replace "#!/usr/bin/env -S gjs -m" "#!${gjs}/bin/gjs -m"
   '';