summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2020-11-19 21:00:54 +0000
committerGitHub <noreply@github.com>2020-11-19 21:00:54 +0000
commitc694e77ab79051520c4eea3add47ca25aed39347 (patch)
treeef469f1c5f6e140b8a5212b49af16bde7589c311 /pkgs/applications
parentf7ec01ab6c91b30cc1df54cd49151e401b3fdcb0 (diff)
parentfe4cc65814bcfc0e248d6e8d5b6bd56cde61e8c9 (diff)
Merge pull request #104228 from herrwiese/for-master/matrix-dl-unstable-2020-07-14
matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/matrix-dl/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix b/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix
index 97f775220229..caf6669e120b 100644
--- a/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix
+++ b/pkgs/applications/networking/instant-messengers/matrix-dl/default.nix
@@ -1,14 +1,14 @@
{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
- pname = "matrix-dl-unstable";
- version = "2019-09-22";
+ pname = "matrix-dl";
+ version = "unstable-2020-07-14";
src = fetchFromGitHub {
owner = "rubo77";
- repo = "matrix-dl";
- rev = "e91610f45b7b3b0aca34923309fc83ba377f8a69";
- sha256 = "036xfdd21pcfjlilknc67z5jqpk0vz07853wwcsiac32iypc6f2q";
+ repo = pname;
+ rev = "b1a86d1421f39ee327284e1023f09dc165e3c8a5";
+ sha256 = "1l8nh8z7kz24v0wcy3ll3w6in2yxwa1yz8lyc3x0blz37d8ss4ql";
};
propagatedBuildInputs = with python3Packages; [