lol

unit: 1.34.2 -> 1.35.0 (#442229)

authored by

Wolfgang Walther and committed by
GitHub
385f46f6 dfce511c

+2 -2
+2 -2
pkgs/by-name/un/unit/package.nix
··· 40 40 inherit (lib) optional optionals optionalString; 41 41 in 42 42 stdenv.mkDerivation rec { 43 - version = "1.34.2"; 43 + version = "1.35.0"; 44 44 pname = "unit"; 45 45 46 46 src = fetchFromGitHub { 47 47 owner = "nginx"; 48 48 repo = "unit"; 49 49 rev = version; 50 - sha256 = "sha256-tu1JqGWtfTznTDmZqEEVF3FmiDEXvaAdgQPsvLHCWy8="; 50 + sha256 = "sha256-0cMtU7wmy8GFKqxS8fXPIrMljYXBHzoxrUJCOJSzLMA="; 51 51 }; 52 52 53 53 nativeBuildInputs = [ which ];