From 6a5850edaa525513ba1e6f1ba65aba32b3312922 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 3 Feb 2022 10:18:25 -0800 Subject: [PATCH] screen: Fix patch fetch URL --- pkgs/tools/misc/screen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/screen/default.nix b/pkgs/tools/misc/screen/default.nix index dd61b82d4080..578d36820660 100644 --- a/pkgs/tools/misc/screen/default.nix +++ b/pkgs/tools/misc/screen/default.nix @@ -20,7 +20,7 @@ stdenv.mkDerivation rec { (fetchpatch { # Fixes denial of services in encoding.c, remove > 4.8.0 name = "CVE-2021-26937.patch"; - url = "https://salsa.debian.org/debian/screen/-/raw/master/debian/patches/99_CVE-2021-26937.patch"; + url = "https://salsa.debian.org/debian/screen/-/raw/4f7494f943e8941528e651bd967fa3f837435140/debian/patches/99_CVE-2021-26937.patch"; sha256 = "05f3p1c7s83nccwkhmavjzgaysxnvq41c7jffs31ra65kcpabqy0"; }) ] ++ lib.optional stdenv.hostPlatform.isMusl