about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking
diff options
context:
space:
mode:
authorMilan Pässler <me@pbb.lc>2020-11-12 18:15:45 +0100
committerAlyssa Ross <hi@alyssa.is>2020-11-22 14:41:28 +0000
commite51d0d41cd56dbea08dd7156acfaa7d44cee6fbd (patch)
tree67ebfd001c9b4000f6a50e833a3a8be8c1224a59 /nixpkgs/pkgs/applications/networking
parent855aa9dab0b6114508e5c0c17fe419830b2887be (diff)
downloadnixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar.gz
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar.bz2
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar.lz
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar.xz
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.tar.zst
nixlib-e51d0d41cd56dbea08dd7156acfaa7d44cee6fbd.zip
dino: 0.1.0 -> 0.2.0
(cherry picked from commit e19567abb9075df8a4c9e30b75f7dad2ce0c4f59)
Diffstat (limited to 'nixpkgs/pkgs/applications/networking')
-rw-r--r--nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix b/nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix
index 9c286d008320..71c7c3b0715d 100644
--- a/nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix
+++ b/nixpkgs/pkgs/applications/networking/instant-messengers/dino/default.nix
@@ -18,24 +18,15 @@
 
 stdenv.mkDerivation rec {
   pname = "dino";
-  version = "0.1.0";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "dino";
     repo = "dino";
     rev = "v${version}";
-    sha256 = "1k5cgj5n8s40i71wqdh6m1q0njl45ichfdbbywx9rga5hljz1c54";
+    sha256 = "0wy1hb3kz3k4gqqwx308n37cqag2d017jwfz0b5s30nkx2pbwspw";
   };
 
-  patches = [
-    (fetchpatch {
-      # Allow newer versions of libsignal-protocol-c
-      url = "https://github.com/dino/dino/commit/fbd70ceaac5ebbddfa21a580c61165bf5b861303.patch";
-      sha256 = "0ydpwsmwrzfsry89fsffkfalhki4n1dw99ixjvpiingdrhjmwyl2";
-      excludes = [ "plugins/signal-protocol/libsignal-protocol-c" ];
-    })
-  ];
-
   nativeBuildInputs = [
     vala
     cmake