summary refs log tree commit diff
diff options
context:
space:
mode:
authorgp2112 <me@guip.dev>2023-04-27 13:29:51 -0300
committergp2112 <me@guip.dev>2023-04-27 13:29:51 -0300
commita2c59c2f10fea4778dae387a10808b3302dfb65e (patch)
tree6495ead36b678397377bf2708d7288ff291856b9
parent36674627ee7ebec432a2b098fc828e3108b583b0 (diff)
downloadnixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar.gz
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar.bz2
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar.lz
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar.xz
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.tar.zst
nixpkgs-a2c59c2f10fea4778dae387a10808b3302dfb65e.zip
mtprotoproxy: 1.1.0 -> 1.1.1
-rw-r--r--pkgs/servers/mtprotoproxy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mtprotoproxy/default.nix b/pkgs/servers/mtprotoproxy/default.nix
index bd4ad80e317..04ea4d10fe8 100644
--- a/pkgs/servers/mtprotoproxy/default.nix
+++ b/pkgs/servers/mtprotoproxy/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mtprotoproxy";
-  version = "1.1.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "alexbers";
     repo = "mtprotoproxy";
     rev = "v${version}";
-    sha256 = "15svvramxzl8q8xzs8g62gg8czdn46fjy6jhs5hqf5p83ycxsygz";
+    sha256 = "sha256-tQ6e1Y25V4qAqBvhhKdirSCYzeALfH+PhNtcHTuBurs=";
   };
 
   nativeBuildInputs = [ wrapPython ];