lol

Merge pull request #104228 from herrwiese/for-master/matrix-dl-unstable-2020-07-14

matrix-dl: (unstable-)2019-09-22 -> unstable-2020-07-14

authored by

Guillaume Girol and committed by
GitHub
c694e77a f7ec01ab

+5 -5
+5 -5
pkgs/applications/networking/instant-messengers/matrix-dl/default.nix
··· 1 1 { lib, python3Packages, fetchFromGitHub }: 2 2 3 3 python3Packages.buildPythonApplication rec { 4 - pname = "matrix-dl-unstable"; 5 - version = "2019-09-22"; 4 + pname = "matrix-dl"; 5 + version = "unstable-2020-07-14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rubo77"; 9 - repo = "matrix-dl"; 10 - rev = "e91610f45b7b3b0aca34923309fc83ba377f8a69"; 11 - sha256 = "036xfdd21pcfjlilknc67z5jqpk0vz07853wwcsiac32iypc6f2q"; 9 + repo = pname; 10 + rev = "b1a86d1421f39ee327284e1023f09dc165e3c8a5"; 11 + sha256 = "1l8nh8z7kz24v0wcy3ll3w6in2yxwa1yz8lyc3x0blz37d8ss4ql"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [